码迷,mamicode.com
首页 > 其他好文 > 详细

维基语法

时间:2014-06-26 20:10:49      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   code   java   http   tar   ext   

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|百度]]  网址

<a@b.com>  邮箱

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

维基语法,布布扣,bubuko.com

维基语法

标签:style   code   java   http   tar   ext   

原文地址:http://www.cnblogs.com/gordensong/p/3808377.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!