Leave blank lines between paragraphs. Use [[BR]] to insert linebreaks into paragraphs.
You can render text in italics or bold.
To write italics, enclose the text in double single quotes.
To write bold, enclose the text in triple single quotes.
Underlined text needs a double underscore on each side.
You get superscripted text by enclosing it into caret characters,
and subscripts have to be embedded into double commas.
To insert program source without reformatting in a
monospace font, use three curly braces:
10 PRINT "Hello, world!"
20 GOTO 10
Note that within code sections, both inline and display ones, any wiki markup is ignored. An alternative and shorter syntax for
inlined code is to use backtick characters.