Differences between revisions 36 and 37
Revision 36 as of 2009-12-25 07:18:29
Size: 72
Editor: localhost
Comment: converted to 1.6 markup
Revision 37 as of 2010-12-26 09:18:22
Size: 531
Editor: xblandy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
= 随便什么 = 会成为标题
    == 随便什么 == 会成为副标题,
     最多可用 5 个 "=" 号.
    ---- 产生分行线
    {{{ 随便什么
    }} }的作用和用 <pre> 差不多
        </pre> 差不多
    特别的 {{{#!python ...
    }} }
    将自动对Python代码进行语法颜色处理!
    可以聲明N多种语言的语法高亮...
    <<Anchor(SectionAnchor)>> 产生一个名为"SectionAnchor"的锚点

   1 print 'Hello world!'


Py技术文档分类 = 随便什么 = 会成为标题

  • == 随便什么 == 会成为副标题,
    • 最多可用 5 个 "=" 号.

产生分行线

  • {{{ 随便什么

    }} }的作用和用 <pre> 差不多

    • </pre> 差不多

    特别的

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