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