EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...

    Output from renderMarkdown.

    interface RenderedMarkdown {
        html: string;
        toc: readonly TocEntry[];
        mermaidCount: number;
    }
    Index

    Properties

    Properties

    html: string

    Full HTML body fragment (no <html> / <head> wrapper).

    toc: readonly TocEntry[]

    Table-of-contents entries harvested from the heading stream.

    mermaidCount: number

    Number of mermaid blocks rendered.