初嘗MarkDown
我的認(rèn)識(shí)
MarkDown是當(dāng)下主流的文檔排版工具,是開(kāi)發(fā)者必備技能!
讓我們開(kāi)始學(xué)習(xí)吧....
學(xué)習(xí)使用
我將會(huì)把本次學(xué)習(xí)文檔放入我的簡(jiǎn)書VIC_LI
學(xué)習(xí)工具 MacDown
相關(guān)目錄跳轉(zhuǎn)
這是一個(gè)跳轉(zhuǎn)[這是我的郵箱 Gmail](#My e_mail)
Font:正常 加粗 加粗傾斜
怎么去斷行呢??
點(diǎn)這里我告訴你[here](#Line Breaks)
<a name="Line Breaks"></a>Line Breaks
換行使用演示: 換行+空格=實(shí)現(xiàn)斷行效果
我不想換行 I don't want to line break
我想換行
I don't want to line break
和換行使用很類似的Header 實(shí)現(xiàn)小標(biāo)題排版
Header
==========
Header
----------
#Header
##Header
###Header
List
- 前面會(huì)有小黑點(diǎn) 別忘了* 后面的空格
- 和上面是并列的 都是一級(jí)list
-
-
標(biāo)志開(kāi)始進(jìn)入具體的二級(jí)list - 和上面的一樣的 都是二級(jí)list
- 三級(jí)list嘗試 無(wú)效!
- 一級(jí)list又來(lái)了
Block
[注意排版時(shí)需要和標(biāo)題之間空一行]
>
標(biāo)記語(yǔ)法塊
只有一個(gè)>
是最外圍的語(yǔ)法塊兩個(gè)
>
就是二級(jí)語(yǔ)法塊三個(gè)
>
就是.....四個(gè)有用嗎 可以有
五個(gè)..
六個(gè).....不試了夠用了
開(kāi)始回歸 ***秀斷行***
繼續(xù)
好像不太對(duì)
排版和我想的不一樣
查看文檔 做不到block回歸效果實(shí)現(xiàn)的大牛可以分享一下 求教!
- 文檔示例可以這樣
這樣的鏈接也可以
宏名字不知道是什么 但是和宏的效果一樣
很亂 Mark代碼
> [注意排版時(shí)需要和標(biāo)題之間空一行]
> `>`標(biāo)記語(yǔ)法塊
> 只有一個(gè)`>`是最外圍的語(yǔ)法塊
> > 兩個(gè)`>`就是二級(jí)語(yǔ)法塊
> > > 三個(gè)`>`就是.....
> > > > 四個(gè)有用嗎 [可以有]()
> > > > > 五個(gè)..
> > > > > > 六個(gè).....不試了夠用了
> > > > >
開(kāi)始回歸 ***秀斷行***
> > > > 繼續(xù)
> > > 好像不太對(duì)
> > 排版和我想的不一樣
> 查看文檔 做不到block回歸效果
>
> 實(shí)現(xiàn)的大懦常可以分享一下 求教!
>
> * 文檔示例可以這樣
> * [`這樣的鏈接也可以`][arbitrary_id]
> - [這樣的也可以][arbitrary_id]
**宏**`名字不知道是什么 但是和宏的效果一樣`
[arbitrary_id]: http://macdown.uranusjr.com "Title"
完美的分割線***
也可以是---
源碼展示
- 可以是
`
- 這樣
print('Hello world!')
- 也可以是
~
- 這樣
print('Hello world!')
繼續(xù)斷行
下面是比較復(fù)雜的表格展示和函數(shù)
(直接借鑒管網(wǎng)示例)
Table
This is a table:
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
You can align cell contents with syntax like this:
Left Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
內(nèi)聯(lián) Inline
The following is a list of optional inline markups supported:
Option name | Markup | Result if enabled |
---|---|---|
Intra-word emphasis | So A*maz*ing | So A<em>maz</em>ing |
Strikethrough | ~~Much wow~~ | <del>Much wow</del> |
Underline [^under] | _So doge_ | <u>So doge</u> |
Quote [^quote] | "Such editor" | <q>Such editor</q> |
Highlight | ==So good== | <mark>So good</mark> |
Superscript | hoge^(fuga) | hogefuga |
Autolink | http://t.co | http://t.co |
Footnotes | [^4] and [^4]: | [^4] and footnote 4 |
TeX-like Math Syntax
數(shù)學(xué)式
I can also render TeX-like math syntaxes, if you allow me to.[1] I can do inline math like this: \( 1 + 1 \) or this (in MathML): <math><mn>1</mn><mo>+</mo><mn>1</mn></math>, and block math:
\[
A^T_S = B
\]
or (in MathML)
<math display="block">
<msubsup><mi>A</mi> <mi>S</mi> <mi>T</mi></msubsup>
<mo>=</mo>
<mi>B</mi>
</math>
標(biāo)注
你這么說(shuō) [2]
呵呵一笑 [^ mark]
- 表示同意 [^ 默認(rèn)]
[^ 默認(rèn)]: If Underline is disabled _this_
will be rendered as emphasized instead of being underlined.
[^ mark]: Quote replaces literal "
characters with html <q>
tags. Quote and Smartypants are syntactically incompatible. If both are enabled, Quote takes precedence. Note that Quote is different from blockquote, which is part of standard Markdown.
下載Mac Down練習(xí)點(diǎn)擊這里 http://macdown.uranusjr.com/ OR here
全篇源碼
#初嘗MarkDown
##我的認(rèn)識(shí)
**MarkDown**是當(dāng)下主流的文檔排版工具,是開(kāi)發(fā)者必備技能!
讓我們開(kāi)始學(xué)習(xí)吧....
![MarkDown Logo](http://upload-images.jianshu.io/upload_images/648466-85d39fd6031c3b2c.jpg?imageMogr2/auto-orient/strip%7CimageView2/1/w/300/h/300)
##學(xué)習(xí)使用
我將會(huì)把本次學(xué)習(xí)文檔放入我的簡(jiǎn)書[VIC_LI](http://www.reibang.com/users/94cc1a4dac92/latest_articles)
**學(xué)習(xí)工具** MacDown
![MacDown Logo](http://upload-images.jianshu.io/upload_images/1129706-6b034a6f98e09b05.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
**相關(guān)目錄跳轉(zhuǎn)**
###這是一個(gè)跳轉(zhuǎn)[**這是我的郵箱** Gmail](#My e_mail)
##<a name="My e_mail"></a>Gmail
***郵箱跳轉(zhuǎn)***:Gmail: <vicLizq@gmail.com>
Font:*正常* **加粗** ***加粗傾斜***
**怎么去斷行呢??**
點(diǎn)這里我告訴你[here](#Line Breaks)
<a name="Line Breaks"></a>***Line Breaks***
換行使用演示: `換行+空格=實(shí)現(xiàn)斷行效果`
我不想換行 I don't want to line break
我想換行
I don't want to line break
`和換行使用很類似的Header 實(shí)現(xiàn)小標(biāo)題排版`
Header
==========
Header
----------
#Header
##Header
###Header
**List**
* 前面會(huì)有小黑點(diǎn) [別忘了* 后面的空格]()
* 和上面是并列的 都是一級(jí)list
- `-`標(biāo)志開(kāi)始進(jìn)入具體的二級(jí)list
- 和上面的一樣的 都是二級(jí)list
- 三級(jí)list嘗試 無(wú)效!
* 一級(jí)list又來(lái)了
**Block**
> [注意排版時(shí)需要和標(biāo)題之間空一行]
> `>`標(biāo)記語(yǔ)法塊
> 只有一個(gè)`>`是最外圍的語(yǔ)法塊
> > 兩個(gè)`>`就是二級(jí)語(yǔ)法塊
> > > 三個(gè)`>`就是.....
> > > > 四個(gè)有用嗎 [可以有]()
> > > > > 五個(gè)..
> > > > > > 六個(gè).....不試了夠用了
> > > > >
開(kāi)始回歸 ***秀斷行***
> > > > 繼續(xù)
> > > 好像不太對(duì)
> > 排版和我想的不一樣
> 查看文檔 做不到block回歸效果
>
> 實(shí)現(xiàn)的大牛可以分享一下 求教!
>
> * 文檔示例可以這樣
> * [`這樣的鏈接也可以`][arbitrary_id]
> - [這樣的也可以][arbitrary_id]
**宏**`名字不知道是什么 但是和宏的效果一樣`
[arbitrary_id]: http://macdown.uranusjr.com "Title"
**很亂 Mark代碼**
> [注意排版時(shí)需要和標(biāo)題之間空一行]
> `>`標(biāo)記語(yǔ)法塊
> 只有一個(gè)`>`是最外圍的語(yǔ)法塊
> > 兩個(gè)`>`就是二級(jí)語(yǔ)法塊
> > > 三個(gè)`>`就是.....
> > > > 四個(gè)有用嗎 [可以有]()
> > > > > 五個(gè)..
> > > > > > 六個(gè).....不試了夠用了
> > > > >
開(kāi)始回歸 ***秀斷行***
> > > > 繼續(xù)
> > > 好像不太對(duì)
> > 排版和我想的不一樣
> 查看文檔 做不到block回歸效果
>
> 實(shí)現(xiàn)的大牛可以分享一下 求教!
>
> * 文檔示例可以這樣
> * [`這樣的鏈接也可以`][arbitrary_id]
> - [這樣的也可以][arbitrary_id]
宏名字不知道是什么 但是和宏的效果一樣
完美的分割線`***`
***
也可以是`---`
---
***源碼展示***
* 可以是`` ` ``
- 這樣
print('Hello world!')
* 也可以是`~`
- 這樣
print('Hello world!')
斷行
##下面是比較復(fù)雜的表格展示和函數(shù)
#### Table
This is a table:
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
You can align cell contents with syntax like this:
| Left Aligned | Center Aligned | Right Aligned |
|:------------- |:---------------:| -------------:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
**內(nèi)聯(lián) Inline**
The following is a list of optional inline markups supported:
Option name | Markup | Result if enabled |
--------------------|------------------|-----------------------|
Intra-word emphasis | So A\*maz\*ing | So A<em>maz</em>ing |
Strikethrough | \~~Much wow\~~ | <del>Much wow</del> |
Underline [^under] | \_So doge\_ | <u>So doge</u> |
Quote [^quote] | \"Such editor\" | <q>Such editor</q> |
Highlight | \==So good\== | <mark>So good</mark> |
Superscript | hoge\^(fuga) | hoge<sup>fuga</sup> |
Autolink | http://t.co | <http://t.co> |
Footnotes | [\^4] and [\^4]: | [^4] and footnote 4 |
### TeX-like Math Syntax
**數(shù)學(xué)式**
I can also render TeX-like math syntaxes, if you allow me to.[^math] I can do inline math like this: \\( 1 + 1 \\) or this (in MathML): <math><mn>1</mn><mo>+</mo><mn>1</mn></math>, and block math:
\\[
A^T_S = B
\\]
or (in MathML)
<math display="block">
<msubsup><mi>A</mi> <mi>S</mi> <mi>T</mi></msubsup>
<mo>=</mo>
<mi>B</mi>
</math>
**標(biāo)注**
你這么說(shuō) [^無(wú)語(yǔ)]
呵呵一笑 [^ mark]
* 表示同意 [^ 默認(rèn)]
[^無(wú)語(yǔ)]: If **Underlines** is turned on, `_this notation_` will render as underlined instead of emphasized
[^ 默認(rèn)]: If **Underline** is disabled `_this_` will be rendered as *emphasized* instead of being underlined.
[^ mark]: **Quote** replaces literal `"` characters with html `<q>` tags. **Quote** and **Smartypants** are syntactically incompatible. If both are enabled, **Quote** takes precedence. Note that **Quote** is different from *blockquote*, which is part of standard Markdown.
[^math]: Internet connection required.
下載Mac Down練習(xí)點(diǎn)擊這里 <http://macdown.uranusjr.com/> **OR** [here](http://macdown.uranusjr.com/)
<a name="My e_mail"></a>Gmail
郵箱跳轉(zhuǎn):Gmail: vicLizq@gmail.com
MarkDown 借鑒管網(wǎng)學(xué)習(xí) 高手勿噴 歡迎交流學(xué)習(xí)!
網(wǎng)頁(yè)版和客戶端實(shí)現(xiàn)效果不太一樣.....