interface EscapeMarkdownOptions

export interface EscapeMarkdownOptions

optional
bold? : boolean

Whether to escape bolds

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 escape characters

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