Member Junction
    Preparing search index...

    Options that tune a single MarkdownEngine.configureMarked call.

    interface ConfigureMarkedOptions {
        highlightFn?: HighlightFunction;
    }
    Index

    Properties

    Properties

    highlightFn?: HighlightFunction

    Syntax-highlight function used by the HTML output path. The engine itself carries no highlighter dependency — web callers pass a Prism-backed function; the token (AST) path ignores this entirely.