https://www.lanzous.com/i89dreb 密码:mark 因为蓝奏云限制,上传的是zip,解压后就是*.md文件了
Atx 形式在行首插入 1 到 6 个 # ,对应到标题 1 到 6 阶。 区块引用则使用 email 形式的 '>' 角括号。
Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.markdown
The quick brown fox jumped over the lazy
dog's back.app
This is a blockquote.ui
This is the second paragraph in the blockquote.this
This is an H2 in a blockquote
Markdown 使用星号和底线来标记须要强调的区段。
Some of these words are emphasized.
Some of these words are emphasized also.
Use two asterisks for strong emphasis.
Or, if you prefer, use two underscores instead.google
无序列表使用星号、加号和减号来作为列表的项目标记,这些符号是均可以使用的,使用星号:
Booze.code
Booze.htm
Booze.图片
A list item.
With multiple paragraphs.
Another item in the list.
Markdown 支援两种形式的连接语法: 行内 和 参考 两种形式,两种都是使用角括号来把文字转成连结。
This is an example link.
This is an example link.
//参考形式的连接让你能够为连接定一个名称,以后你能够在文件的其余地方定义该连接的内容:
I get 10 times more traffic from Google than from
Yahoo or MSN.
//title 属性是选择性的,连接名称能够用字母、数字和空格,可是不分大小写:
I start my morning with a cup of coffee and
The New York Times.
图片的语法和连接很像
//行内形式(title 是选择性的):
//参考
使用`代码`,或者换行后用4个空格或一个制表符分开. <blockquote> <p>For example.</p> </blockquote>
I strongly recommend against using any <blink>
tags.
I wish SmartyPants used named entities like —
instead of decimal-encoded entites like —
.
If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:
<blockquote> <p>For example.</p> </blockquote>
[//]: # (注释,不会在浏览器中显示。)
这是个有注脚的文本。[^注脚] [^注脚]:注脚内容这是注脚
这是个有注脚的文本。1
注脚内容这是注脚↩