“首页”的版本间的差异
来自代码库
第1行: | 第1行: | ||
− | == | + | == Heading Example == |
− | === | + | === SubHeading 1 === |
− | + | ==== List Example ==== | |
− | + | * List 1 | |
− | + | * List 2 | |
− | + | * List 3 | |
+ | ** List 3.1 | ||
+ | ** List 3.2 | ||
+ | *** List 3.2.1 | ||
+ | *** List 3.2.2 | ||
− | === | + | ==== Number List Example ==== |
− | *[http:// | + | # Number 1 |
+ | # Number 2 | ||
+ | # Number 3 | ||
+ | ## Number 3.1 | ||
+ | ### Number 3.1.1 | ||
+ | ==== Indent Example ==== | ||
+ | No Indent! | ||
+ | : Indent 1 | ||
+ | :: Indent 2 | ||
+ | ::: Indent 3 | ||
+ | ==== List ==== | ||
+ | ;Item 1 : Description 1 | ||
+ | ;Item 2 : Description 2 | ||
+ | ;Item 3 : Description 3 | ||
+ | === SubHeading 2 === | ||
+ | ==== Link Example ==== | ||
+ | *[[Link 1]] | ||
+ | *[[Link 2]] | ||
+ | *[[首页]] | ||
+ | *[[#Link|页面锚点]] | ||
+ | *[http://www.google.com Google] | ||
+ | *[mailto:someone@example.com mailto] | ||
+ | *[[media:test.txt]] | ||
− | === | + | ==== Font Example ==== |
− | * | + | *''斜体 |
− | * | + | *'''黑体 |
+ | *'''''斜体加黑体 | ||
+ | *''''左右各一个单引号'''' | ||
− | === | + | === SubHeading 3 === |
− | + | 8888888888 | |
− | + | ==== 用线分割文本 ==== | |
− | + | This is the first line. | |
− | + | ---- | |
− | + | This is the second line. | |
− | + | ==== Text Example ==== | |
− | + | ||
− | + | ||
<pre> | <pre> | ||
− | + | abcdefg [[main]] | |
− | + | haha | |
− | + | haha | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</pre> | </pre> | ||
− | + | ==== HTML Example ==== | |
− | == | + | <center>Center Align</center> |
− | + | ==== Table Example ==== | |
− | + | {| class="wikitable" border="1" | |
− | + | |- | |
− | + | ! header 1 | |
− | + | ! header 2 | |
− | = | + | ! header 3 |
− | + | |- | |
− | + | | row 1, cell 1 | |
− | + | | row 1, cell 2 | |
− | + | | row 1, cell 3 | |
− | + | |- | |
− | + | | row 2, cell 1 | |
− | + | | row 2, cell 2 | |
− | + | | row 2, cell 3 | |
− | + | |} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
2016年1月11日 (一) 01:43的版本
目录
Heading Example
SubHeading 1
List Example
- List 1
- List 2
- List 3
- List 3.1
- List 3.2
- List 3.2.1
- List 3.2.2
Number List Example
- Number 1
- Number 2
- Number 3
- Number 3.1
- Number 3.1.1
- Number 3.1
Indent Example
No Indent!
- Indent 1
- Indent 2
- Indent 3
- Indent 2
List
- Item 1
- Description 1
- Item 2
- Description 2
- Item 3
- Description 3
SubHeading 2
Link Example
Font Example
- 斜体
- 黑体
- 斜体加黑体
- '左右各一个单引号'
SubHeading 3
8888888888
用线分割文本
This is the first line.
This is the second line.
Text Example
abcdefg [[main]] haha haha
HTML Example
Table Example
header 1 | header 2 | header 3 |
---|---|---|
row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |