@yamlresume/core
    Preparing search index...

    Type Alias ItalicMark

    Represents an italic formatting mark.

    type ItalicMark = {
        type: "italic";
    }
    Index
    type: "italic"