Contents
Multiline Parser
Description
The Multiline parser allows you to have line breaks in page source.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5.8 |
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 #!Multiline after the beginning of the code block.
Example
{{{#!Multiline delimiter="#"
A very long # This comment will be ignored.
line.
[[attachment:somepicture.jpg A very #
long link label]]
Escaped \#. This is NOT a comment.
||'''Name'''||'''Email'''||'''Phone'''||
|| Albert Einstein #
|| weird_al@einste.in #
|| 800-314-1897 #
||
|| David Hilbert # name
|| root@math.uni-goettingen.de # email
|| 49-(0)551 39 1337 # phone
||
}}}
Copyright
This parser is copyrighted by PaisaSeeluangsawat
License
This parser is released under the terms of the GNU GPL.
