教程
教程

Markdown 速查表

常用 Markdown 一页全收:写法 + 渲染后的样子。收藏备用。

约 2 分钟
元素Markdown效果
标题# TitleTitle
加粗**text**text
斜体*text*text
删除线~~text~~text
链接[text](url)text
图片![alt](img.png)
无序列表- item• one
• two
有序列表1. item1. one
2. two
引用> quotequote
行内代码`code`code
代码块```lang…code…
表格| a | b |ab12
任务清单- [ ] task☑ done
☐ todo
分割线---
更多教程
什么是 Markdown 表格 速查表 换行 链接 PDF 转 Markdown