BaseMarkdownBlockTokenRegexPatterns
Regex patterns for com.quarkdown.core.flavor.base.BaseMarkdownFlavor blocks.
Inheritors
Properties
Link copied to clipboard
4-spaces indented content.
Link copied to clipboard
>
-beginning content.
Link copied to clipboard
Any previously unmatched content (should not happen).
Link copied to clipboard
An ignored piece of content wrapped in <!-- ... -->
(the amount of -
can vary).
Link copied to clipboard
Fenced content within triple backticks or tildes, with an optional language tag.
Link copied to clipboard
Content that begins by a variable amount of #
s.
Link copied to clipboard
Three or more bullets in sequence.
Link copied to clipboard
Creation of a link reference defined by label, url and optional title.
Link copied to clipboard
Item of a list.
Link copied to clipboard
A blank line.
Link copied to clipboard
A numbered list.
Link copied to clipboard
Plain text content.
Link copied to clipboard
Text followed by a horizontal rule on a new line.
Link copied to clipboard
GFM table with a header row, a delimiter row and multiple cell rows.
Link copied to clipboard
A non-numbered list defined by the same kind of bullets.