Markdown Note

markdown小记

标题

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

Typora 快捷键:

ctrl + 1/2/3/4/5/6

ctrl + 0段落

粗体、斜体、删除线和下划线

*斜体*
**粗体**
***加粗斜体***
~~删除线~~~

ctrl + i

ctrl + B

ctrl + U

alt + shift + 5 下划线

引用块

>文字引用

ctrl + shift + Q

代码块

`行内代码`

多行代码
`


ctrl+shift+`

ctrl+shift+K

# 公式块

```markdown
$$
 数学公式
$$

ctrl + shift + M

分割线

---
+++
***

列表

有序列表1.
注意:序号跟内容之间要有空格
无序列表 * + -

ctrl + shift + [

ctrl + shift + ]

表格

表头1|表头2
-|-|-
内容11|内容12
内容21|内容22

CTRL + T

图片

![图片alt](图片地址 ''图片title'')
图片alt就是显示在图片下面的文字,相当于对图片内容的解释。
图片title是图片的标题,当鼠标移到图片上时显示的内容。title可加可不加

ctrl + shift + I 插入图片

超链接

[简书](http://jianshu.com)
[百度](http://baidu.com)

流程图

​```flow
st=>start: 开始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
&



~~~flow
```flow
st=>start: 开始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
&

~~~

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2018-2021 Quincy
  • Visitors: | Views:

请我吃串串呗~

支付宝
微信