@witchcraft/editor
    Preparing search index...

    Variable pmConst

    pm: Builders<
        Schema<
            | "list"
            | "item"
            | "heading"
            | "doc"
            | "codeBlock"
            | "iframe"
            | "embeddedDoc"
            | "paragraph"
            | "text"
            | "image"
            | "table"
            | "tableHeader"
            | "tableRow"
            | "tableCell"
            | "blockquote"
            | "cite",
            | "hardBreak"
            | "highlight"
            | "underline"
            | "strike"
            | "subscript"
            | "superscript"
            | "code"
            | "italic"
            | "bold",
        >,
    > = ...