---
title: "Inline markup in TYPO3 documentation"
manual: "How to Document"
version: "main"
permalink: "https://docs.typo3.org/permalink/h2document:rest-inline-markup"
source: "Reference/ReStructuredText/InlineMarkup/Index.rst"
rendered: "2026-09-26T10:48:44+00:00"
---

# Inline markup in TYPO3 documentation {#rest-inline-markup}

In general we support any inline markup in reStructuredText that was previously
supported by Sphinx.

For example, use one asterix for *italics* `*italic*` and two for **bold** `**bold**`.

Links are described in depth in chapter
[Links in ReStructured Text](https://docs.typo3.org/permalink/h2document:how-to-document-hyperlinks)
and are also classed as inline text roles.

All [named inline text roles](https://docs.typo3.org/permalink/h2document:text-roles)
have the following syntax: `:text-role-name:`Some Text``.
Some text roles expect the text inside backticks to have a particular syntax.

> [!NOTE]
> **See also**
>
> -   [Links in ReStructured Text](https://docs.typo3.org/permalink/h2document:how-to-document-hyperlinks)
> -   [Inline code text roles](https://docs.typo3.org/permalink/h2document:inline-code)
> -   [Docutils: Inline Markup](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup)
> -   [Docutils: Interpreted Text Roles](http://docutils.sourceforge.io/docs/ref/rst/roles.html)

-   [Bold, Italic etc.](https://docs.typo3.org/permalink/h2document:basic-inline-markup-bold-italic-etc)
-   [Text Roles](https://docs.typo3.org/permalink/h2document:supported-named-inline-text-roles)
