Markdown語法練習(xí)

鏈接

[baidu]:http://www.baidu.com
[百度][baidu]
[Google](https://www.google.com)

百度
Google

強調(diào)

|1|2|3||
|:---|:---:|---:||
|*asterisks*|_**asterisks**_|__underscores__|~~scratch~~|

|1|2|3||
|:---|:---:|---:||
|asterisks|asterisks|underscores|scratch|

列表

1. first ordered list item
2. another item
  * Unordered sub-list
1. Actual numbers don't matter,just that it's a number
  1. Ordered sub-list
5. And another item
  1. first ordered list item
  2. another item
  • Unordered sub-list
  1. Actual numbers don't matter,just that it's a number
  2. Ordered sub-list
  3. And another item

圖片

![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png)
![ref model][logo]
[logo]:https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png

alt text
alt text

![ref model][logo]
[logo]:https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png

代碼與語法高亮

Inline `code`
```javascript
//javascript code test
function test(){
  console.log(1111)
}
```

```python
#python code test
import time
print time.time()
```

Inline code

//javascript code test
function test(){
  console.log(1111)
}
#python code test
import time
print time.time()

表格

|tables |are| cool|
|:---|:---:|---:|
|1|2|3
tables are cool
1 2 3

塊引用

>Blockquotes are very handy in email to emulate reply text.
>This line is part of the same quote

Quote break

>This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. 

Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote

Quote break

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

分割線

Three or more...

---
Hyphens

***

Asterisks

___
Underscores

Three or more...


Hyphens


Asterisks


Underscores

Line Breaks

Here's a line for us to start with.

This line is separated from the one above by two newlines,so it will be a *separate paragraph*.

This line is  also a separate paragraph,but...
This line is only separated by a single newline,so it's a separate line in the *same paragraph*.

Here's a line for us to start with.

This line is separated from the one above by two newlines,so it will be a separate paragraph.

This line is also a separate paragraph,but...
This line is only separated by a single newline,so it's a separate line in the same paragraph.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

推薦閱讀更多精彩內(nèi)容