handle code blocks and hilited code blocks
This commit is contained in:
parent
af210c27f2
commit
026dad0959
2 changed files with 20 additions and 10 deletions
|
@ -12,3 +12,19 @@ Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^supers
|
|||
|
||||
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
|
||||
|
||||
== Syntax Highlighting ==
|
||||
{{{#!python
|
||||
# python code
|
||||
print code.colorize("abc", 1 + 1)
|
||||
# third line
|
||||
# fourth line
|
||||
}}}
|
||||
|
||||
{{{
|
||||
plain
|
||||
multiline block
|
||||
with some ''text'' in it
|
||||
fourth line
|
||||
|
||||
sixth line!
|
||||
}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue