BLOCKQUOTE_RULEconstant
Blockquote block.
>quote character followed by zero or more spaces.- No spaces can appear before the
>quote character. - Quote block is only broken by
\n\ntwo newline characters.
Examples
new MarkupParser({ rules: [BLOCKQUOTE_RULE] }).parse("> Quoted text")