Which CMS (Content Management System) support Markdown editor? I don’t know the others, but Anqi CMS is one of them.

Using the Markdown Editor

By default, the CMS uses a rich text editor, so we need to select Enable Markdown Editor in the settings to use the Markdown Editor.

After opening, we can happily use the Markdown editor in the document publishing interface.

Markdown Editor Description

The Markdown editor used by Anqi CMS is bytemd, a Markdown editor from ByteDance.

ByteMD is a Markdown editor component built with Svelte. It could also be used in other libraries/frameworks such as React, Vue and Angular.

The syntax supported by Markdown is:

  • Level 1 title# 标题
  • Secondary title## 标题
  • Level 3 title### 标题
  • Bold**粗体文本**
  • Italic*斜体文本*
  • Quote> 引用文本
  • Link[链接描述](url)
  • picture![alt](url "图片描述")
  • Code代码
  • Code block```编程语言↵
  • Unordered list- 项目
  • Ordered list1. 项目
  • Dividing line---
  • Strikethrough~~text~~
  • Task list- [ ] todo
  • Inline formula$formula$
  • Block formula$$↵formula↵$$
  • Mermaid diagrams```mermaid