BaseMarkdownInlineTokenRegexPatterns
Regex patterns for com.quarkdown.core.flavor.base.BaseMarkdownFlavor inlines.
Inheritors
Properties
An inline fragment of code wrapped by sequences of backticks of the same length.
An ignored piece of content wrapped in <!-- ... -->
(the amount of -
can vary).
Characters that require attention in the rendering stage.
A URL wrapped in angle brackets.
Content wrapped in single asterisks, following CommonMark emphasis guidelines.
Content wrapped in single underscored, following CommonMark emphasis guidelines.
A text entity: 

, &xFF
,
.
A backslash followed by a punctuation character.
An image, same as a link preceded by a !
. As an extension, Quarkdown introduces an optional (WxH)
or (W) to be added after the
!the end which specifies the image size, where W and H can be integers or
_` (auto).
A hard line break given by two or more spaces at the end of the line.
A link with its label in square brackets and its URL and optional title in parentheses, without spaces in-between.
An image that references a link definition, same as a reference link preceded by a !
.
A link whose reference in brackets matches that of a link definition, with an optional label in brackets at the beginning.
Content wrapped in double tildes, following CommonMark emphasis guidelines.
Content wrapped in double asterisks, following CommonMark emphasis guidelines.
Content wrapped in triple asterisks, following CommonMark emphasis guidelines.
Content wrapped in triple underscores, following CommonMark emphasis guidelines.
Content wrapped in double underscores, following CommonMark emphasis guidelines.
A plain URL.