export interface EscapeMarkdownOptions
The options that affect what will be escaped.
optionalboolean bold? :
Whether to escape bold text.
optionalboolean bulletedList? :
Whether to escape bulleted lists.
optionalboolean codeBlock? :
Whether to escape code blocks.
optionalboolean codeBlockContent? :
Whether to escape text inside code blocks.
optionalboolean escape? :
Whether to escape \
.
optionalboolean heading? :
Whether to escape headings.
optionalboolean inlineCode? :
Whether to escape inline code.
optionalboolean inlineCodeContent? :
Whether to escape text inside inline code.
optionalboolean italic? :
Whether to escape italics.
optionalboolean maskedLink? :
Whether to escape masked links.
optionalboolean numberedList? :
Whether to escape numbered lists.
optionalboolean spoiler? :
Whether to escape spoilers.
optionalboolean strikethrough? :
Whether to escape strikethroughs.
optionalboolean underline? :
Whether to escape underlines.