What CMS (Content Management Systems) support Markdown editors? I don't know many, but Anqi CMS is one of them.
Use the Markdown editor
The default CMS uses a rich text editor, so we need to go to the settings to enable Markdown editor to use the Markdown editor.
After enabling it, we can happily use the Markdown editor on the document publishing interface.
Markdown Editor Instructions
The Markdown editor used by Anqi CMS is bytemd, an open-source Markdown editor from ByteDance.
ByteMD is a Markdown editor component built with Svelte.
Markdown supports the following syntaxes:
- Level 1 heading
# 标题
- Level 2 heading
## 标题
- Level 3 heading
### 标题
- Bold
**粗体文本**
- Italic
*斜体文本*
- Quotation
> 引用文本
- Link
[链接描述](url)
- Image

- Code
代码
- Code block
```编程语言↵
- Unordered list
- 项目
- Ordered list
1. 项目
- Separator
---
- Strikethrough
~~text~~
- Task list
- [ ] todo
- Inline formula
$formula$
- Block formula
$$↵formula↵$$
- Mermaid diagrams
```mermaid