1. H1~H3 将生成导航目录。
====== H1 ======
===== H2 =====
==== H3 ====
2. H4~H6
=== H4 === 黑体标题显示
3. 代码片段
<code javascript>
</code>
<file php myexample.php>
</file>
<html>
</html>
4. 文本格式
**bold**
//italic//
__underlined__
‘‘monospaced‘‘
<sub>subscript</sub>
<sup>superscript</sup>
<del>deleted</del>
5. 段落
\\ 强制换行,双斜杠须紧跟结尾字符。
6. 链接
[[http://www.baidu.com|百度]] 网址
<[email protected]> 邮箱
7. Internal
[[pagename]]
[[some:pagename]]
[[pagename|link text]]
[[syntax#internal|this Section]]
8. 图片链接
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
9. 注脚 ,文字右上角注脚
((This is a footnote))
10. 图片和其他文件
Real size: {{wiki:dokuwiki-128.png}}
Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
11. 列表
无序列表
* 前面加两个空格
* 前面加四个空格,两个两个的加。
- 中划线
- 中划线有序列表
12. 引用
|呵呵 >呵呵
||哈哈 => >>哈哈
|||嘻嘻 >>>嘻嘻
参考地址:
http://www.we7.cc/manual/wiki:syntax#internal
维基语法