Syntax Result Comment
''Italic'' Italic -
'''Bold''' Bold -
''''Bold Italic'''' Bold Italic -
@@Monospaced font@@ Monospaced font The text is marked by the tag <code>...</code>
'^Superscript^' Superscript For comparison: normal font Superscript
'_Subscript_' Subscript For comparison: normal font Subscript
[----Small font----] Small font -
[---Small font---] Small font -
[--Small font--] Small font -
[-Small font-] Small font -
[+Big font+] Big font -
[++Big font++] Big font -
[+++Big font+++] Big font -
[++++Big font++++] Big font -
[+++++Big font+++++] Big font -
{+Underlined+} Underlined -
{-Strikethrough-} Strikethrough -
[>Quote<]
Quote
The text is marked by the tag <clockquote>...</blockquote>
[!Marked text!] Marked text The text is marked by the tag <mark>...</mark>
[@Preformated '''text'''@]
Preformated '''text'''
Special characters of wiki notation are escaped when enclosed in square brackets, text is marked by the tag <pre>...</pre>
[=Nonformated '''text'''=]
Nonformated '''text''' Special characters of wiki notation are escaped when enclosed in square brackets
----
Horizontal line
%blue%Text with a style%% Text with a style Read more at Text styles


There are a few commands to insert a linebreak.

Backslash at the end of the line indicates the EOL symbol.

Example:

This is a long line, which continues on the next line

Command [[<<]] indicates the end of line for lists and tables.

Examples:

command for list:

# The first list item.
# The second list item [[<<]]The second line of the second list item.
# The third list item [[<<]][[<<]] The second line of the third list item after two indents.
# The fourth list item.


result:
  1. The first list item.
  2. The second list item
    The second line of the second list item.
  3. The third list item

    The second line of the third list item after two indents.
  4. The fourth list item.
command for table:

|| border=1
||The forst line || bla-bla-bla ||
||The second line [[<<]]the continuation of the second line || bla-bla-bla ||
||The third line [[<<]][[<<]] the continuation of the third line || bla-bla-bla ||
||The fourth \
line || bla-bla-bla ||


result:
The forst line bla-bla-bla
The second line
the continuation of the second line
bla-bla-bla
The third line

the continuation of the third line
bla-bla-bla
The fourth line bla-bla-bla