Class MarkdownEvent

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

See

PARSE

Hierarchy

Constructors

Properties

originalText: string

The unparsed original text.

parsedText: string

The parsed output.

Events

PARSE: "parseMarkdown" = "parseMarkdown"

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

Accessors

Methods

Generated using TypeDoc