Differences between revisions 38 and 39
Revision 38 as of 2010-12-26 09:20:05
Size: 564
Editor: xblandy
Comment:
Revision 39 as of 2010-12-26 09:21:54
Size: 620
Editor: xblandy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
= 1
==2
===3
====4
=====5
= 1 =
== 2 ==
=== 3 ===
==== 4 ====
===== 5 =====
Line 20: Line 20:
        print ("Hello world!")

   1 print 'Hello world!'


Py技术文档分类

= 随便什么 = 会成为标题

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

1

2

3

4

5

产生分行线

  • {{{ 随便什么

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

    • </pre> 差不多

    特别的

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