BaseMarkdownInlineTokenRegexPatterns

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val codeSpan: <Error class: unknown class>

An inline fragment of code wrapped by sequences of backticks of the same length.

Link copied to clipboard
val comment: <Error class: unknown class>

An ignored piece of content wrapped in <!-- ... --> (the amount of - can vary).

Link copied to clipboard
val criticalContent: <Error class: unknown class>

Characters that require attention in the rendering stage.

Link copied to clipboard
val diamondAutolink: <Error class: unknown class>

A URL wrapped in angle brackets.

Link copied to clipboard
val emphasisAsterisk: <Error class: unknown class>

Content wrapped in single asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard
val emphasisUnderscore: <Error class: unknown class>

Content wrapped in single underscored, following CommonMark emphasis guidelines.

Link copied to clipboard
val entity: <Error class: unknown class>

A text entity: &#10, &xFF, &nbsp;.

Link copied to clipboard
val escape: <Error class: unknown class>

A backslash followed by a punctuation character.

Link copied to clipboard
val image: <Error class: unknown class>

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).

Link copied to clipboard
val lineBreak: <Error class: unknown class>

A hard line break given by two or more spaces at the end of the line.

Link copied to clipboard
val link: <Error class: unknown class>

A link with its label in square brackets and its URL and optional title in parentheses, without spaces in-between.

Link copied to clipboard
val referenceFootnote: <Error class: unknown class>

A reference whose label in brackets matches that of a footnote definition. It may also contain an optional all-in-one definition.

Link copied to clipboard
val referenceImage: <Error class: unknown class>

An image that references a link definition, same as a reference link preceded by a !.

Link copied to clipboard
val referenceLink: <Error class: unknown class>

A link whose reference in brackets matches that of a link definition, with an optional label in brackets at the beginning.

Link copied to clipboard
val strikethrough: <Error class: unknown class>

Content wrapped in double tildes, following CommonMark emphasis guidelines.

Link copied to clipboard
val strongAsterisk: <Error class: unknown class>

Content wrapped in double asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard
val strongEmphasisAsterisk: <Error class: unknown class>

Content wrapped in triple asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard
val strongEmphasisUnderscore: <Error class: unknown class>

Content wrapped in triple underscores, following CommonMark emphasis guidelines.

Link copied to clipboard
val strongUnderscore: <Error class: unknown class>

Content wrapped in double underscores, following CommonMark emphasis guidelines.

Link copied to clipboard
val urlAutolink: <Error class: unknown class>

A plain URL.