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\n two newline characters.

Examples

new MarkupParser({ rules: [BLOCKQUOTE_RULE] }).parse("> Quoted text")