KC's Workspace
    Preparing search index...

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

    Index

    Constructors

    Properties

    Events

    Constructors

    Properties

    originalText: string

    The unparsed original text.

    page: PageEvent

    The page that this markdown is being parsed for.

    parsedText: string

    The parsed output.

    Events

    PARSE: "parseMarkdown"

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