update rules, handle partly tables
This commit is contained in:
parent
c15568c652
commit
cfc4285482
2 changed files with 45 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue