Testing ReStructuredText
Simple formatting
bold, italic, fixed
Lists
- One
tewo
- three
import sys
As you can see, if you format the whole page using rst, you lose moinmoin features like code highlighting. Instead (and I know this is ugly), wrap the entire page using:
{{{#!rst
...
}}}and for portions where you need to display highlighting, break out of the rst section and using the regular highlighting markup.
