Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for processing markdown text.

Hierarchy

  • MarkdownToModelOptions

Index

Properties

Optional emptyLine

emptyLine: "preserve" | "remove" | "merge"

Specify how should we process empty lines in the markdown text.

  • 'preserve': Keep empty lines as they are.
  • 'remove': Remove empty lines.
  • 'merge': Merge empty lines with adjacent paragraphs.
default

'merge'

Optional splitLinesPattern

splitLinesPattern: string

The pattern to split lines in the markdown text.

Generated using TypeDoc