Contents
Pygments Parser
Description
The Pygments parser allows you to have Python code formated nicely by using the Pygments parser.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5.8 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires you to generate a custom CSS file, see http://pygments.org/docs/moinmoin/ for more information.
Usage
To use this parser, simply put #!code python after the beginning of the code block.
Example
{{{#!code python #!/usr/bin/env python print "Hello World!" }}}
Copyright
This parser is copyrighted by GeorgBrandl
License
This parser is released under the terms of the GNU GPL.