*斜體 換行需要先加兩個(gè)空格芭梯,再回車*
_斜體_
**粗體**
***加粗體***
~~刪除線 不是規(guī)范的markdown語法 js渲染那邊會(huì)去掉~~
這是一個(gè)一級(jí)標(biāo)題
===
這是一個(gè)二級(jí)標(biāo)題
-------
#一級(jí)標(biāo)題
##二級(jí)標(biāo)題<a id ="2"></a>
###三級(jí)標(biāo)題
####四級(jí)標(biāo)題
#####五級(jí)標(biāo)題
######六級(jí)標(biāo)題
hello [這是一個(gè)超鏈接](http://www.baidu.com)
hello [這是一個(gè)超鏈接哦](http://www.baidu.com "我是備注哦")
這也是超鏈接哦:[百度][1]抽高、[Google][2]风皿、[網(wǎng)站 你懂得??]。
[1]:http://www.baidu.com
[2]:http://www.google.com
[網(wǎng)站 你懂得??]:http://www.4399.com
自動(dòng)轉(zhuǎn)成連接哦
<http://www.baidu.com>
跳轉(zhuǎn)到二級(jí)標(biāo)題[點(diǎn)這里開始跳哦](#2 "備注哦")
使用*,+,- 表示無序列表
* 無序列表哦
- 無序列表哦
- 無序列表哦
有序類別 數(shù)字接一個(gè)點(diǎn)
1. 這個(gè)是一哦
2. 這個(gè)是二哦
3. 這個(gè)是三哦
MarkDown
這里是代碼塊
應(yīng)用的列表
* 閱讀方法:
> 打開書本。
> 打開電燈压固。
這個(gè)是代碼區(qū)塊:
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, NSStringFromClass([CEApplicaiton class]), NSStringFromClass([AppDelegate class]));
}
}
// " 需要去掉
"```"
+ (CEUserDataManager *)shareManager{
static CEUserDataManager *ins = nil;
static dispatch_once_t once;
dispatch_once(&once, ^{
if (!ins) {
ins = [[CEUserDataManager alloc] init];
}
});
return ins;
}
"```"
這個(gè)是行內(nèi)代碼`scanf()`哈哈哈
特殊情況:
1986. what
1986\. what
這個(gè)是一個(gè)引用:
>兩段文字的引用:
>第一段。靠闭。帐我。
>
>第二段。愧膀。拦键。
>第二段 第二行
>一個(gè)符號(hào)就可以哦
哈哈哈
這個(gè)是可以偷懶的
下面是多層引用:
>>>三層引用.....
>>二層引用...
>一層引用...
插入圖片:
1:
![花兒..](https://img2.baidu.com/it/u=2277688752,4125247057&fm=253&fmt=auto&app=138&f=JPEG?w=501&h=500 "美麗花兒")
2:
![花兒...][flower]
[flower]:https://img2.baidu.com/it/u=2277688752,4125247057&fm=253&fmt=auto&app=138&f=JPEG?w=501&h=500 "美麗花兒"
注腳:
這是一個(gè)注腳測試[^footer1]。
這是一個(gè)注腳測試[^footer3]檩淋。
這是一個(gè)注腳測試[^footer4]芬为。
[^footer1]: 這是一個(gè)測試萄金,用來闡釋注腳。
[^footer3]: 這是一個(gè)測試媚朦,用來闡釋注腳氧敢。
[^footer4]: 這是一個(gè)測試,用來闡釋注腳询张。
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
公式:
E = mc^2
\sum_{i=1}^n a_i=0
$$f(x_1,x_x,\ldots,x_n) = x_1^2 + x_2^2 + \cdots + x_n^2 $$
$$\sum^{j-1}_{k=0}{\widehat{\gamma}_{kj} z_k}$$
$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
>\\(x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\)
<a target="_blank">![x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}](https://latex.codecogs.com/gif.latex?x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})</a>
**流程圖**
flow
st=>start: Start:>https://www.zybuluo.com
io=>inputoutput: verification
op=>operation: Your Operation
cond=>condition: Yes or No?
sub=>subroutine: Your Subroutine
e=>end
st->io->op->cond
cond(yes)->e
cond(no)->sub->io
表格:
| 學(xué)號(hào) | 姓名 | 分?jǐn)?shù) |
| --- | :---: | ---:|
|小明|男|75|
|小紅|女|79|
|小陸|男|92|
| 學(xué)號(hào) | 姓名 | 分?jǐn)?shù) |
| ----|:----:|----:|
|小明|男|75|
|小紅|女|79|
|小陸|男|92|
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
HTML代碼:
<div class="footer">
? 2004 Foo Corporation
</div>
<table>
<tr>
<th rowspan="2">值班人員</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
</tr>
<tr>
<td>李強(qiáng)</td>
<td>張明</td>
<td>王平</td>
</tr>
</table>
斜體 換行需要先加兩個(gè)空格孙乖,再回車
斜體
粗體
加粗體
刪除線 不是規(guī)范的markdown語法 js渲染那邊會(huì)去掉
這是一個(gè)一級(jí)標(biāo)題
這是一個(gè)二級(jí)標(biāo)題
一級(jí)標(biāo)題
二級(jí)標(biāo)題<a id ="2"></a>
三級(jí)標(biāo)題
四級(jí)標(biāo)題
五級(jí)標(biāo)題
六級(jí)標(biāo)題
hello 這是一個(gè)超鏈接
hello 這是一個(gè)超鏈接哦
這也是超鏈接哦:[百度][1]、[Google][2]份氧、[網(wǎng)站 你懂得??]唯袄。
[1]:http://www.baidu.com
[2]:http://www.google.com
[網(wǎng)站 你懂得??]:http://www.4399.com
自動(dòng)轉(zhuǎn)成連接哦
http://www.baidu.com
跳轉(zhuǎn)到二級(jí)標(biāo)題點(diǎn)這里開始跳哦
使用*,+蜗帜,- 表示無序列表
- 無序列表哦
- 無序列表哦
- 無序列表哦
有序類別 數(shù)字接一個(gè)點(diǎn)
- 這個(gè)是一哦
- 這個(gè)是二哦
- 這個(gè)是三哦
MarkDown
這里是代碼塊
應(yīng)用的列表
-
閱讀方法:
打開書本恋拷。
打開電燈。
這個(gè)是代碼區(qū)塊:
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, NSStringFromClass([CEApplicaiton class]), NSStringFromClass([AppDelegate class]));
}
}
+ (CEUserDataManager *)shareManager{
static CEUserDataManager *ins = nil;
static dispatch_once_t once;
dispatch_once(&once, ^{
if (!ins) {
ins = [[CEUserDataManager alloc] init];
}
});
return ins;
}
這個(gè)是行內(nèi)代碼scanf()
哈哈哈
特殊情況:
- what
1986. what
這個(gè)是一個(gè)引用:
兩段文字的引用:
第一段厅缺。蔬顾。。第二段湘捎。阎抒。。
第二段 第二行
一個(gè)符號(hào)就可以哦
哈哈哈
這個(gè)是可以偷懶的
下面是多層引用:
三層引用.....
二層引用...
一層引用...
插入圖片:
1:
2:
注腳:
這是一個(gè)注腳測試[1]消痛。
這是一個(gè)注腳測試[2]。
這是一個(gè)注腳測試[3]都哭。
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
公式:
E = mc^2
\sum_{i=1}^n a_i=0
\(x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\)
![公式圖片](https://latex.codecogs.com/gif.latex?x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})
流程圖
flow
st=>start: Start:>https://www.zybuluo.com
io=>inputoutput: verification
op=>operation: Your Operation
cond=>condition: Yes or No?
sub=>subroutine: Your Subroutine
e=>end
st->io->op->cond
cond(yes)->e
cond(no)->sub->io
表格:
學(xué)號(hào) | 姓名 | 分?jǐn)?shù) |
---|---|---|
小明 | 男 | 75 |
小紅 | 女 | 79 |
小陸 | 男 | 92 |
學(xué)號(hào) | 姓名 | 分?jǐn)?shù) |
---|---|---|
小明 | 男 | 75 |
小紅 | 女 | 79 |
小陸 | 男 | 92 |
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
HTML代碼:
<div class="footer">
? 2004 Foo Corporation
</div>
<table>
<tr>
<th rowspan="2">值班人員</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
</tr>
<tr>
<td>李強(qiáng)</td>
<td>張明</td>
<td>王平</td>
</tr>
</table>