Text formatting

Bold

Use this code in a page:
*This is bold text.*

To create this:

This is bold text.

Colored

Use this code in a page:
<span style="color:#FF00FF">This is colored text.</span>

To create this:

This is colored text.

Or use this code in a page:
<span style="color:fuchsia">This is colored text.</span>

To create this:

This is colored text.

Italic

Use this code in a page:
/This is italic text./

To create this:

This is italic text.

Plain

Use this code in a page:
This is plain text.

To create this:

This is plain text.

Underlined

Use this code in a page:
_This is underlined text._

To create this:

This is underlined text.

Underlined Bold Italic

Use this code in a page:
_*/This is underlined and bold and italic text./*_

To create this:

This is underlined and bold and italic text.