Posting
Only ReStructured Text please!
All articles and comments currently accept only ReStructured Text. For more information see http://docutils.sourceforge.net/docs/user/rst/quickref.html
Some examples:
A bullet list
* spam
* eggs
* a link_
* *italics* and **bold**
* use two newlines for new paragraph
* code::
def f():
pass
.. _link: http://www.cafepy.com/
Displays as:
A bullet list
spam
eggs
a link
italics and bold
use two newlines for new paragraph
code:
def f(): pass