Readonly
originalThe unparsed original text.
Readonly
pageThe page that this markdown is being parsed for.
The parsed output.
Has Event.preventDefault been called?
Has Event.stopPropagation been called?
Return the event name.
Static
Readonly
INCLUDETriggered on the renderer when this plugin includes a markdown file through a markdown include tag.
Static
Readonly
PARSETriggered on the renderer when this plugin parses a markdown string.
Generated using TypeDoc
An event emitted when markdown is being parsed. Allows other plugins to manipulate the result.
See