PARAGRAPH_RULEconstant
Paragraph.
- Captures almost anything in a block context.
- Any run of non-whitespace.
- Leading and trailing whitespace is trimmed.
Examples
new MarkupParser({ rules: [PARAGRAPH_RULE] }).parse("Some plain text")