Markdown中使用快捷键可以加快我们编辑文档的速度

Ctrl/Command+C	拷贝

Ctrl/Command+V	粘贴,图片也可以粘贴哦,不过有的编辑器中不能粘贴

Ctrl/Command+Z	撤销上一步操作

Ctrl/Command+Y	返回上一步撤销的内容,相当于Redo

Ctrl/Command+B	加粗

Ctrl/Command+I	斜体

Ctrl/Command+Shift+H	二级标题

Ctrl/Command+Shift+U	无序列表

Ctrl/Command+Shift+O	有序列表

Ctrl/Command+Shift+C	检查列表,checkbox

Ctrl/Command+Shift+K	插入代码

Ctrl/Command+Shift+L	插入链接

Ctrl/Command+Shift+G	插入图片

Ctrl/Command+F	查找

Ctrl/Command+G	替换
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.