Differences between revisions 28 and 37 (spanning 9 versions)
Revision 28 as of 2006-09-13 02:28:57
Size: 215
Editor: JinQing
Comment:
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 1: Line 1:
hellp ...

{{{
hi
close it}}}
abc[[http://blog.csdn.net/jq0123]]

{{{
#!python
import time

while True:
    time.sleep(1000)
{{{#!python
print 'Hello world!'
Line 15: Line 4:

=h1=
= HHH =

== h2 ==
---------------------------

after line
----
[[Py技术文档分类]]
= 随便什么 = 会成为标题
    == 随便什么 == 会成为副标题,
     最多可用 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)