HTML Parser

Description

The HTML parser allows you to have HTML code rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

parser/HTMLSource

1.0

1.5.7

ParserMarket/HTML/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!<filename>, where <filename> is the name that you saved the parser as, after the beginning of the code block.

Example

{{{#!HTML
<html>
<head>
</head>
</html>
}}}

@copyright: 2006 by Johannes Hoerburger <jh@underground8.com>
@copyright: 09.2006 by Eduard Baun <edy@edy-b.de>
@copyright: 2007 by Daniel Horth <dan@dev.flickr.ath.cx>

License

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

Discussion

MoinMoin: ParserMarket/HTML (last edited 2008-01-29 10:58:45 by FedericoLorenzi)