Create a new Event instance.
Triggered on the renderer when this plugin parses a markdown string.
The unparsed original text.
The parsed output.
Has Event.preventDefault been called?
Has Event.stopPropagation been called?
Return the event name.
Prevent the default action associated with this event from being executed.
Stop the propagation of this event. Remaining event handlers will not be executed.
Generated using TypeDoc
An event emitted by the {@link MarkedPlugin} on the Renderer after a chunk of markdown has been processed. Allows other plugins to manipulate the result.
{@link MarkedPlugin.EVENT_PARSE_MARKDOWN}