update rules, handle partly tables

This commit is contained in:
Elan Ruusamäe 2012-06-20 00:48:14 +02:00
parent c15568c652
commit cfc4285482
2 changed files with 45 additions and 13 deletions

View file

@ -24,15 +24,6 @@ print code.colorize("abc", 1 + 1)
foo = new something(1, "soo\nice")
}}}
{{{
plain
multiline block
with some ''text'' in it
fourth line
sixth line!
}}}
= Bullet list =
{{{
* item 1
@ -63,3 +54,41 @@ sixth line!
1. item 2
a. item 1
a. item 2
= Code display =
{{{
line 1
indented 4 characters
}}}
{{{
plain
multiline block
with some ''text'' in it
fourth line
sixth line!
}}}
= Rules =
{{{
--- (not a rule)
----
-----
------
-------
--------
---------
----------
-------------------------------------------- (not thicker than 10)
}}}
--- (not a rule)
----
-----
------
-------
--------
---------
----------
-------------------------------------------- (not thicker than 10)