Differences between revisions 18 and 26 (spanning 8 versions)
Revision 18 as of 2006-06-08 18:29:02
Size: 385
Editor: xiaobolee
Comment:
Revision 26 as of 2006-09-13 02:17:27
Size: 149
Editor: JinQing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{
  - "= 随便什么 =" 会成为标题
  - "== 随便什么 ==' 会成为副标题,
     最多可用 5 个 "=" 号.
  - "--------" 产生分行线
  - "{{{ 随便什么 }}}" 的作用和用 <pre> 差不多
  - 特别的"{{{#!python ... }}}"
    将自动对Python代码进行语法颜色处理!
  - [[Anchor(SectionAnchor)]] 产生一个名为"SectionAnchor"的锚点}}}

hellp ...


{{{hi
close it}}}

abc[[http://blog.csdn.net/jq0123]]

{{{#!python
import time

while True:
    time.sleep(1000)
}}}

hellp ...

MyNewPage (last edited 2010-12-26 09:23:38 by xblandy)