Class MarkdownEvent

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

Constructors

Properties

Events

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.

Events

PARSE: "parseMarkdown" = "parseMarkdown"

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