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