interface EscapeMarkdownOptions

external
interface EscapeMarkdownOptions

The options that affect what will be escaped.

optionalexternal
bold? : boolean = true

Whether to escape bold text.

optionalexternal
bulletedList? : boolean = false

Whether to escape bulleted lists.

optionalexternal
codeBlock? : boolean = true

Whether to escape code blocks.

optionalexternal
codeBlockContent? : boolean = true

Whether to escape text inside code blocks.

optionalexternal
escape? : boolean = true

Whether to escape \.

optionalexternal
heading? : boolean = false

Whether to escape headings.

optionalexternal
inlineCode? : boolean = true

Whether to escape inline code.

optionalexternal
inlineCodeContent? : boolean = true

Whether to escape text inside inline code.

optionalexternal
italic? : boolean = true

Whether to escape italics.

Whether to escape masked links.

optionalexternal
numberedList? : boolean = false

Whether to escape numbered lists.

optionalexternal
spoiler? : boolean = true

Whether to escape spoilers.

optionalexternal
strikethrough? : boolean = true

Whether to escape strikethroughs.

optionalexternal
underline? : boolean = true

Whether to escape underlines.