interface EscapeMarkdownOptions

export interface EscapeMarkdownOptions

The options that affect what will be escaped.

optional
bold? : boolean

Whether to escape bold text.

optional
bulletedList? : boolean

Whether to escape bulleted lists.

optional
codeBlock? : boolean

Whether to escape code blocks.

optional
codeBlockContent? : boolean

Whether to escape text inside code blocks.

optional
escape? : boolean

Whether to escape \.

optional
heading? : boolean

Whether to escape headings.

optional
inlineCode? : boolean

Whether to escape inline code.

optional
inlineCodeContent? : boolean

Whether to escape text inside inline code.

optional
italic? : boolean

Whether to escape italics.

Whether to escape masked links.

optional
numberedList? : boolean

Whether to escape numbered lists.

optional
spoiler? : boolean

Whether to escape spoilers.

optional
strikethrough? : boolean

Whether to escape strikethroughs.

optional
underline? : boolean

Whether to escape underlines.