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

pygments-moin.parser-0.8.1.py

1.0

1.5.8

ParserMarket/Pygments/ReleaseNotes

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!"
}}}

This parser is copyrighted by GeorgBrandl

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/Pygments (last edited 2008-01-25 19:07:44 by FedericoLorenzi)