The following tags can be used in many text fields to help format the text the way you would like. The tags are "stackable," meaning you can use more than one at a given time. For example,
This is <b>bold</b> text.
will print as
This is bold text.
But if we use one tag inside another, like
This is <b>bold <i>italic</i></b> text.
the text will print as
This is bold italic text.
The built-in markup tags are as follows: