跳转到内容

Markdown 速查表

元素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 |a · b
任务清单- [ ] task☑ done
☐ todo
分割线---───