Table of Contents

part of the GtC documentation

Basic text formatting

Try out all these techniques below in the playground.

Using the toolbar

The first five items on the left of the edit window toolbar offer you basic text formatting. You can either click on the relevant place, where

Further along the toolbar

Alternatively, you can write text first, then make it e.g. bold by highlighting it (double click on one word; or drag across more than one word) and when it is highlighted, click on the relevant place in the toolbar.

DokuWiki syntax

Markdown syntax

Because Markdown uses ---- underneath text to indicate a level-2 heading, you must leave a space before a horizontal rule.

What if I want to use these characters?

As the characters above are used to indicate formatting, if you want to use the characters themselves on your page you may need to consider how to do it.

The easiest way to be sure is to contain things you want unchanged inside <nowiki> </nowiki>tags.

<nowiki>''**__I want to see all the formatting characters__**''</nowiki>
comes out as
''**__I want to see all the formatting characters__**''

On this page, the 'backtick' character ` is used in all the examples above, to allow showing the markup. But as you see, it does more than simply disable the special characters, as <nowiki> does: it also makes them monospaced and red text on pink background.

If you use the backtick, be very careful to have them balanced. Otherwise you might get a surprise when you look at the result!

MediaWiki

MediaWiki syntax for these is almost all different. See MediaWiki and DokuWiki.

However, <sup> and <sub> are the same; <nowiki> too!