The new line string to use. Default is '\n\n'
The markdown string
Convert the whole content to ContentModel with the given plain text
The markdown text
The pattern to split lines. Default is /\r\n|\r|\n|\n/
The ContentModelDocument
Convert the whole content to ContentModel with the given plain text
The markdown text
The markdown options
The ContentModelDocument
Detect whether the given plain text contains any markdown markup. Recognizes block-level patterns (headings, blockquotes, lists, horizontal rules, tables) and inline patterns (bold, italic, strikethrough, links, images).
The plain text to check.
True if the text contains any markdown markup, false otherwise.
Detect whether the given clipboard content can be interpreted as markdown.
The editor instance.
The clipboard data to check.
True if the content can be interpreted as markdown, false otherwise.
Generated using TypeDoc
Export content model document to markdown