QuarkdownBlockTokenRegexPatterns
Properties
4-spaces indented content.
>
-beginning content.
Any previously unmatched content (should not happen).
An ignored piece of content wrapped in <!-- ... -->
(the amount of -
can vary).
Fenced content within triple backticks or tildes, with an optional language tag.
An isolated function call. Function name prefixed by '.', followed by a sequence of arguments wrapped in curly braces and an optional body, indented by 4 spaces like a list item body.
Content that begins by a variable amount of #
s.
Three or more bullets in sequence.
Creation of a link reference defined by label, url and optional title.
Item of a list.
Fenced content within triple dollar signs.
A blank line.
Fenced content within spaced dollar signs on the same line.
A numbered list.
Three or more <
characters not followed by any other character. Indicates a page break.
Plain text content.
Text followed by a horizontal rule on a new line.
GFM table with a header row, a delimiter row and multiple cell rows.
A non-numbered list defined by the same kind of bullets.