@umbraco-cms/backoffice
    Preparing search index...

    Type Alias MarkdownParseResult

    MarkdownParseResult:
        | JSONContent
        | JSONContent[]
        | { attrs?: any; content: JSONContent[]; mark: string }

    Return shape for parser-level parse handlers.

    • a single JSON-like node
    • an array of JSON-like nodes
    • or a { mark: string, content: JSONLike[] } shape to apply a mark