export interface EscapeMarkdownOptions
optionalboolean = true bold? :
Whether to escape bolds
optionalboolean = false bulletedList? :
Whether to escape bulleted lists
optionalboolean = true codeBlock? :
Whether to escape code blocks
optionalboolean = true codeBlockContent? :
Whether to escape text inside code blocks
optionalboolean = true escape? :
Whether to escape escape characters
optionalboolean = false heading? :
Whether to escape headings
optionalboolean = true inlineCode? :
Whether to escape inline code
optionalboolean = true inlineCodeContent? :
Whether to escape text inside inline code
optionalboolean = true italic? :
Whether to escape italics
optionalboolean = false maskedLink? :
Whether to escape masked links
optionalboolean = false numberedList? :
Whether to escape numbered lists
optionalboolean = true spoiler? :
Whether to escape spoilers
optionalboolean = true strikethrough? :
Whether to escape strikethroughs
optionalboolean = true underline? :
Whether to escape underlines