Trevixal API
    Preparing search index...

    Interface DefaultInputRuleOptions

    interface DefaultInputRuleOptions {
        autolink?: boolean;
        emDash?: boolean;
        inlineCode?: boolean;
    }
    Index
    autolink?: boolean

    Link a URL as soon as it is followed by a space. On by default.

    emDash?: boolean

    -- → em dash. On by default.

    inlineCode?: boolean

    `text` → inline code, on the closing backtick. On by default.