BaseMarkdownInlineTokenRegexPatterns

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Characters that require attention in the rendering stage.

Link copied to clipboard

A URL wrapped in angle brackets.

Link copied to clipboard

Content wrapped in single asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard

Content wrapped in single underscored, following CommonMark emphasis guidelines.

Link copied to clipboard

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

Link copied to clipboard

A backslash followed by a punctuation character.

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Content wrapped in double tildes, following CommonMark emphasis guidelines.

Link copied to clipboard

Content wrapped in double asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard

Content wrapped in triple asterisks, following CommonMark emphasis guidelines.

Link copied to clipboard

Content wrapped in triple underscores, following CommonMark emphasis guidelines.

Link copied to clipboard

Content wrapped in double underscores, following CommonMark emphasis guidelines.

Link copied to clipboard