码迷,mamicode.com
首页 > 其他好文 > 详细

markdown

时间:2018-11-25 01:21:28      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:pat   tar   amp   html   star   bbr   esc   about   https   

[百度](www.baidu.com)
<https://www.baidu.com>
![图片](filePath)
**加粗**
*斜体*
***粗斜体*** ___粗斜体___
> 加强

# 标题H1
### 分割线
----
[========]

<s>删除线</s>
上标:X<sub>2</sub>
下标:O<sup>2</sup>
<abbr title="Hyper Text Markup Language">注解</abbr>
`标签`文本混合
代码
```
function test() {
    console.log("Hello world!");
}
```
- 列表一
    - 列表二
1. 第一行

可选列表
- [x] GFM task list 1
    - [ ] GFM task list 1-1
----

### 绘制表格 Tables

|项目|价格|数量|
|-|-:|:-:|
|计算机|$1600|5|
|手机|**$12**|12|
----

#### 特殊符号 HTML Entities Codes
&copy; &  &uml; &trade; &iexcl; &pound;
&amp; &lt; &gt; &yen; &euro; &reg; &plusmn; &para; &sect; &brvbar; &macr; &laquo; &middot;
X&sup2; Y&sup3; &frac34; &frac14;  &times;  &divide;   &raquo;
18&ordm;C  &quot;  &apos;

#### 反斜杠 Escape
\*literal asterisks\*

[========]
### 科学公式
$$E=mc^2$$

$$\(\sqrt{3x-1}+(1+x)^2\)$$

$$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$

### 流程图
```flow
st=>start: stxxx
op=>operation: opxxx
op_cond=>condition: op_cond Yes or No?
op2=>operation: op2xxx
e=>end: 进入后台

st->op->op_cond
op_cond(yes)->op2
op_cond(no)->op
op2->e
```
### 时序图
```seq
Andrew->China: Says Hello
Note left of Andrew: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```
### End

 

使用markdown查看效果图。

 

markdown

标签:pat   tar   amp   html   star   bbr   esc   about   https   

原文地址:https://www.cnblogs.com/wenlin-gk/p/10014286.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!