This plugin will help you to write readable TWikiML by
allowing tags and arguments to be formatted on multiple lines.
This is done by removing whitespaces surrounding tilde characters
at the beginning of a line and recombine consecutive lines again.
Basically, there are two was of glueing and recombining lines by
either removing all whitespaces between two lines or
by removing all whitespaces and separateing lines with a single space.
In addition, there's a helper character sequence that prevents the
TWiki engine to interprete tags before the GluePlugin could reformat
the text.
combine lines by removing all, insert one whitespaces
*~~<space>
recombine lines by removing any whitespaces between them
%~~<space>
escape tag interpretation
The <space> is a literal whitespace blank. The ~~~<space> and
*~~<space> sequences are recognized only at the beginning of a line, whereas
the %~~<space> escape sequence might appear everywhere. The basic
anatomy of writing a TWiki tag using the GluePlugin is exemplified by