interface EscapeMarkdownOptionsThe options that affect what will be escaped.
optionalexternalbold? : boolean
Whether to escape bold text.
optionalexternalbulletedList? : boolean
Whether to escape bulleted lists.
optionalexternalcodeBlock? : boolean
Whether to escape code blocks.
optionalexternalcodeBlockContent? : boolean
Whether to escape text inside code blocks.
optionalexternalescape? : boolean
Whether to escape \.
optionalexternalheading? : boolean
Whether to escape headings.
optionalexternalinlineCode? : boolean
Whether to escape inline code.
optionalexternalinlineCodeContent? : boolean
Whether to escape text inside inline code.
optionalexternalitalic? : boolean
Whether to escape italics.
optionalexternalmaskedLink? : boolean
Whether to escape masked links.
optionalexternalnumberedList? : boolean
Whether to escape numbered lists.
optionalexternalspoiler? : boolean
Whether to escape spoilers.
optionalexternalstrikethrough? : boolean
Whether to escape strikethroughs.
optionalexternalunderline? : boolean
Whether to escape underlines.