WikiSNL Parser

Description

The WikiSNL parser allows Moin to use one CRLF (Newline / Enter) as a paragraph break, instead of two.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

wikisnl.py

1.0

1.5

ParserMarket/WikiSNL/ReleaseNotes

wikisnl_192.py

1.1

1.9

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

Example

{{{#!wikisnl
Some Moin Code, [[link]]

This is a new paragraph.
}}}

This parser is copyrighted by ErichSchubert

License

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

Discussion

I added a changed version, that also runs under MoinMoin 1.9.2 Should be saved and installed as wikisnl.py of course :)

MoinMoin: ParserMarket/WikiSNL (last edited 2010-06-03 23:47:57 by dslb-084-063-058-254)