What CMS (Content Management System) supports Markdown editors? I don't know the others, but Anqi CMS is one of them.

Use Markdown Editor

The default AnQi CMS uses a rich text editor, so we need to go to the settings to enable Markdown editor to use Markdown editor.

After turning it on, we can happily use the Markdown editor on the document publishing interface.

Markdown editor instructions

The Markdown editor used by AnQiCMS is bytemd, an open-source 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.

Markdown supported syntax includes:

  • First-level title# 标题
  • Second-level title## 标题
  • Third-level title### 标题
  • Bold**粗体文本**
  • Italic*斜体文本*
  • Citation> 引用文本
  • links[链接描述](url)
  • Image![alt](url "图片描述")
  • code代码
  • Code block```编程语言↵
  • Unordered List- 项目
  • Ordered List1. 项目
  • Separator---
  • Strikethrough~~text~~
  • Task list- [ ] todo
  • Inline formula$formula$
  • Block formula$$↵formula↵$$
  • Mermaid diagrams```mermaid