Latest Posts

Changes in WikiSyntax

Revision Differences of Revision 4

This wiki uses Markdown for format description. This page should list all styles supported (TODO: copy them over from the other pages with code example and how it will look). For the moment, see these two links: ¶

# Basics ¶

## Head
liners ¶

~~~~~~~~~~~~~~~ ¶
# Main Topic ¶
## Sub Topic ¶
### Sub Sub Topic ¶
~~~~~~~~~~~~~~~ ¶

## Paragraphs ¶

~~~~~~~~~~~~ ¶
This is a simple paragraph. ¶
It continues on on this line. ¶

This is a new paragraph. ¶
To get a linebreak inside a paragraph ¶
end the line with two spaces. ¶
~~~~~~~~~~~~ ¶

This is a simple paragraph. ¶
It continues on on this line. ¶

This is a new paragraph. ¶
To get a linebreak inside a paragraph ¶
end the line with two spaces. ¶

## Emphasis ¶

~~~~~~ ¶
*This is bold* ¶
_This too_ ¶

**This is italic** ¶
__This too__ ¶

***This is bold and italic*** ¶
___This too___ ¶
~~~~~~


* The first link is the original markdown description. Everything here should be supported in this Wiki: ¶
[http://daringfireball.net/projects/markdown/](http://daringfireball.net/projects/markdown/) ¶

* The second link adds some stuff over the canonical markdown specification. This especially adds code blocks, footnotes and table support: ¶
[http://www.freewisdom.org/projects/python-markdown/Extra](http://www.freewisdom.org/projects/python-markdown/Extra) ¶