BaseMarkdownBlockTokenRegexPatterns
Regex patterns for com.quarkdown.core.flavor.base.BaseMarkdownFlavor blocks.
Inheritors
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.
Creation of a referenceable footnote defined by label and content.
Content that begins by a variable amount of #
s.
Three or more bullets in sequence.
Creation of a referenceable link defined by label, url and optional title.
Item of a list.
A blank line.
A numbered list.
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.