Differences between revisions 18 and 35 (spanning 17 versions)
Revision 18 as of 2006-06-08 18:29:02
Size: 385
Editor: xiaobolee
Comment:
Revision 35 as of 2009-09-05 13:41:38
Size: 72
Editor: mcspring
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!'
}}}
----
["Py技术文档分类"]

   1 print 'Hello world!'


["Py技术文档分类"]

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