@webitel/api-services
    Preparing search index...
    interface CommentFormat {
        bold?: FormatBold;
        codeblock?: FormatCodeblock;
        italic?: FormatItalic;
        length?: number;
        link?: FormatLink;
        monospace?: FormatMonospace;
        offset?: number;
        strikethrough?: FormatStrikethrough;
        underline?: FormatUnderline;
    }
    Index

    Properties

    bold?: FormatBold
    codeblock?: FormatCodeblock
    italic?: FormatItalic
    length?: number

    Length text runes count.

    link?: FormatLink
    monospace?: FormatMonospace
    offset?: number

    Offset text runes count.

    strikethrough?: FormatStrikethrough
    underline?: FormatUnderline