BaseMarkdownInlineTokenRegexPatterns
Regex patterns for com.quarkdown.core.flavor.base.BaseMarkdownFlavor inlines.
Inheritors
Properties
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 reference whose label in brackets matches that of a footnote definition. It may also contain an optional all-in-one definition.
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.