The text can be styled using an inline markup:
- *emphasis*: Italics.
- **strong emphasis**: Boldface.
- ``inline preformatted``: Inline preformatted text (usually monospaced, terminal-like).
- `a text with a link`_: This will be replaced by a hyperlink as long as it is provided in the document (see the Links section).
Literal block is described in the next section.