-
Notifications
You must be signed in to change notification settings - Fork 0
Markdown
die4live edited this page Oct 8, 2012
·
6 revisions
#pkm#notes^12Oct08%Chromium_MaDe
= (最高阶标题)和 - (第二阶标题) 任何数量都有效
行首插入 1 到 6 个 # ,对应到标题 1 到 6 阶
> 区块引用 可以嵌套
**bold**
__bold__
or
*italic*
_italic_
* list
+ witout
- number
or
1. list
2. with
3. number
可以完全不用在意数字的正确性
可以在句点前面加上反斜杠以避免误判断
[example link](http://example.com/)
[example link](http://example.com/ "With a Title")
[About](/about/)
or
[Google][1] than from [Yahoo][] or [MSN] or [The New York Times] [NY Times].
[1]: http://google.com/ "Google"
[Yahoo]: http://search.yahoo.com/ 'Yahoo Search'
[msn]: /relative/root/ (MSN Search)
[ny times]: <http://www.nytimes.com/>
or
<http://example.com/>
<[email protected]>
![alt text](/path/to/img.jpg "Title")
or
![alt text][id]
[id]: /path/to/img.jpg "Title"
在一般的段落文字中,可以使用反引号
` 来标记代码区段
`&<&>`
要建立一个已经格式化好的代码区块,首行缩进四个空格或一个 tab
会一直持续到没有缩进的那一行
在一行中用三个及以上的星号 (*
) 、减号 (-
) 、底线 (_
) 来建立一个分隔线 (可插入空格)
支持以下这些符号前面加上反斜杠来帮助插入普通的符号
\ 反斜线
` 反引号
* 星号
_ 底线
{} 花括号
[] 方括号
() 括弧
# 井字号
+ 加号
- 减号
. 英文句点
! 惊叹号