Discord.https - v3.0.16
    Preparing search index...

    Interface EscapeMarkdownOptions

    The options that affect what will be escaped.

    interface EscapeMarkdownOptions {
        bold?: boolean;
        bulletedList?: boolean;
        codeBlock?: boolean;
        codeBlockContent?: boolean;
        escape?: boolean;
        heading?: boolean;
        inlineCode?: boolean;
        inlineCodeContent?: boolean;
        italic?: boolean;
        maskedLink?: boolean;
        numberedList?: boolean;
        spoiler?: boolean;
        strikethrough?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    bold?: boolean

    Whether to escape bold text.

    true

    bulletedList?: boolean

    Whether to escape bulleted lists.

    false

    codeBlock?: boolean

    Whether to escape code blocks.

    true

    codeBlockContent?: boolean

    Whether to escape text inside code blocks.

    true

    escape?: boolean

    Whether to escape ``.

    true

    heading?: boolean

    Whether to escape headings.

    false

    inlineCode?: boolean

    Whether to escape inline code.

    true

    inlineCodeContent?: boolean

    Whether to escape text inside inline code.

    true

    italic?: boolean

    Whether to escape italics.

    true

    maskedLink?: boolean

    Whether to escape masked links.

    false

    numberedList?: boolean

    Whether to escape numbered lists.

    false

    spoiler?: boolean

    Whether to escape spoilers.

    true

    strikethrough?: boolean

    Whether to escape strikethroughs.

    true

    underline?: boolean

    Whether to escape underlines.

    true