Basic Formatting Syntax



Styling text


*‘bold’
bold
_‘underlined’
underlined
-‘strikethrough’
strikethrough
~‘italic’
italic
Remark:
This does not work: ~*‘bold italics’ (it will be just ~bold), write this: ~‘*‘bold italics’’ or this: *‘~‘bold italics’’.
Also note that separate starting and ending quotes allows the arbitrary nesting of formatting elements to be used.


Links and tooltips


Link[http://address]
Link[http://address ‘tooltip text’]
Text[‘tooltip text’]
More (samples)


Headers, pictures, colors and tables


HHeader
PPicture [why not I(image)]
CColor
TTable
Samples:
Header — H‘Header name’
Image — P‘http://image-url’
Red text — C(red)‘text’
More (samples)


Comments


[[[comment]]]


Advanced formatting


Show/hide