Class MarkdownEvent

An event emitted when markdown is being parsed. Allows other plugins to manipulate the result.

Hierarchy (view full)

Constructors

Properties

originalText: string

The unparsed original text.

page: PageEvent<unknown>

The page that this markdown is being parsed for.

parsedText: string

The parsed output.

Accessors

Methods

Events

INCLUDE: "includeMarkdown" = "includeMarkdown"

Triggered on the renderer when this plugin includes a markdown file through a markdown include tag.

PARSE: "parseMarkdown" = "parseMarkdown"

Triggered on the renderer when this plugin parses a markdown string.