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

   1 print 'Hello world!'

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