Interface EscapeMarkdownOptions

The options that affect what will be escaped.

Hierarchy

  • EscapeMarkdownOptions

Properties

bold?: boolean

Whether to escape bold text.

Default Value

true

bulletedList?: boolean

Whether to escape bulleted lists.

Default Value

false

codeBlock?: boolean

Whether to escape code blocks.

Default Value

true

codeBlockContent?: boolean

Whether to escape text inside code blocks.

Default Value

true

escape?: boolean

Whether to escape \.

@defaultValue true

heading?: boolean

Whether to escape headings.

Default Value

false

inlineCode?: boolean

Whether to escape inline code.

Default Value

true

inlineCodeContent?: boolean

Whether to escape text inside inline code.

Default Value

true

italic?: boolean

Whether to escape italics.

Default Value

true

maskedLink?: boolean

Whether to escape masked links.

Default Value

false

numberedList?: boolean

Whether to escape numbered lists.

Default Value

false

spoiler?: boolean

Whether to escape spoilers.

Default Value

true

strikethrough?: boolean

Whether to escape strikethroughs.

Default Value

true

underline?: boolean

Whether to escape underlines.

Default Value

true

Generated using TypeDoc