Text Formatting
From Primary Surgery
Making your text bold
To add bold text, either use the B icon in the toolbar, or put three single quotes before and after the text you want to make bold.
The following code:
The '''quick brown fox''' jumped over the two lazy dogs.
Produces the following:
The quick brown fox jumped over the two lazy dogs.
Making your text in italics
To add italicised text, either use the I icon in the toolbar, or put two single quotes before and after the text you want to italicise.
The following code:
The ''quick brown fox'' jumped over the two lazy dogs.
Produces the following:
The quick brown fox jumped over the two lazy dogs.
