Essential Inline Markup

Italic

Preferred: *...*

Synonyms: :emphasis:`...`

Source:

This is normal. *This is italic.* This is normal again.

Result:

This is normal. This is italic. This is normal again.

References:

Bold

Preferred: **...**

Synonyms: :strong:`...`

Source:

This is normal. **This is bold.** This is normal again.

Result:

This is normal. This is bold. This is normal again.

References:

Literal

Preferred: ``...``

Synonyms: :literal:`...`

Source:

This is normal. ``This is literal.`` This is normal again.

Result:

This is normal. This is literal. This is normal again.