Documentation

Quote item

Type: quoteitem

Editable: true

Tags: p

Any p tag inside the blockquote will become editable quoteitem.

<blockquote>
    <p>Quote...</p>
    <p><cite>Author Attribution</cite></p>
</blockquote>

getBlockquote #

Returns the DOM element of the parent blockquote.

var instance = this.app.block.get();
var $blockquote = instance.getBlockquote();