Trevixal API
    Preparing search index...

    Interface MarkdownSerializeOptions

    interface MarkdownSerializeOptions {
        bullet?: "+" | "*" | "-";
        emphasis?: "*" | "_";
        tableNames?: { cell?: string; row?: string; table?: string };
    }
    Index
    bullet?: "+" | "*" | "-"

    Bullet marker for unordered lists; "-" by default.

    emphasis?: "*" | "_"

    Emphasis delimiter for italics; "_" by default.

    tableNames?: { cell?: string; row?: string; table?: string }

    Node names to treat as tables, rows and cells when a table extension is loaded. Defaults match @trevixal/extension-table.