DocumentionUmo Editor NextImportImport Markdown

Import Markdown

This feature allows you to import Markdown document content into the Umo Editor editor.

Markdown Syntax Extension

Highlight Block

Use ::: to identify the start and end of the highlight block.

:::info
Highlight block content
:::

Method List

insertMarkdown

Description:Insert Markdown formatted text.

Parameters:

  • markdown,String,Markdown text.
  • exRules,object,Markdown extension rules.

Return Value:None