markdown基础使用方法

#功能快捷键
撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

#创建一个表格
一个简单的表格是这么创建的:

项目 Value
xxx xxx
xxx xxx
xxx xxx

插入链接与图片

链接: link.
图片
![Alt]+(https://xxxxxxxxxxxx)

带尺寸的图片
![Alt]+(https://xxxxxxxxxxxx=数字*数字)

居中的图片
![Alt]+(https://xxxxxxxxxxxx#pic_center)

标题

(#)一级标题
(##)二级标题
(###)三级标题
(####)四级标题
(#####)五级标题
(######)六级标题

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
在中间 在右边 在左边

注释(:)在哪就往哪靠

注释也是必不可少的

Markdown将文本转换为 HTML

如何创建一个注脚

一个具有注脚的文本。1

创建一个自定义列表

Markdown
Text-to- HTML conversion tool
Authors
John
Luke

FLowchart流程图

Created with Raphaël 2.2.0 开始 我的操作 确认? 结束 yes no

  1. 注脚的解释 ↩︎

你可能感兴趣的:(新手,markdown)