Contents
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 |
1.0 |
1.5 |
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> }}}
Copyright
This parser is copyrighted by MSt
License
This parser is released under the terms of the GNU GPL.