Raw Parser

Description

The Raw parser allows you to enter HTML directly, and have it output as is by Moin.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

parser/raw.py

1.0

1.5

ParserMarket/Raw/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 #!raw after the beginning of the code block.

Example

{{{#!raw
<div class="custom">
<h1>hello world!</h1>
</div>
}}}

This parser is copyrighted by MSt

License

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

Discussion

MoinMoin: ParserMarket/Raw (last edited 2008-01-28 17:30:55 by FedericoLorenzi)