Search...

EscapeMarkdownOptions

export interface EscapeMarkdownOptions 
export interface EscapeMarkdownOptions 

No summary provided.

Optional

bold?

:

boolean

Whether to escape bolds
Optional

bulletedList?

:

boolean

Whether to escape bulleted lists
Optional

codeBlock?

:

boolean

Whether to escape code blocks
Optional

codeBlockContent?

:

boolean

Whether to escape text inside code blocks
Optional

escape?

:

boolean

Whether to escape escape characters
Optional

heading?

:

boolean

Whether to escape headings
Optional

inlineCode?

:

boolean

Whether to escape inline code
Optional

inlineCodeContent?

:

boolean

Whether to escape text inside inline code
Optional

italic?

:

boolean

Whether to escape italics
Optional

numberedList?

:

boolean

Whether to escape numbered lists
Optional

spoiler?

:

boolean

Whether to escape spoilers
Optional

strikethrough?

:

boolean

Whether to escape strikethroughs
Optional

underline?

:

boolean

Whether to escape underlines