Contents
PlantUml Parser
Integrates PlantUML as a moin parser.
Description
The PlantUml parser allows you to have plantuml code rendered nicely inside Moin's code blocks. You DO NOT need any server installation, because it will use the public server, but if you configure one for yourself, you can change the variables in your installation and that's it.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.9 |
You can find the latest version in https://bitbucket.org/ikks/moinmoin-plantuml/
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires the plantweb library.
Usage
To use this parser, simply put #!plantumi after the beginning of the code block.
Example
{{{#!plantumi (*) --> "Escribe algo" If "¿Buena ortografía?" then --> [¡Sí!] (*) else --> [No :(] "Haz planas" Endif --> "Escribe algo" }}}
That should render something like
Copyright
In the same terms as moinmoin, IgorTamara authored this and is happy that you can use it.
License
This parser is released under the terms of the GNU GPL.