Links
Some linked_ text
.. _linked: https://typo3.org
Code Block
.. code-block:: php|html|typoscript|javascript
Your code indented by four spaces.
Inline Code
`Your code wrapped in ticks.`
:file:`filename`
:php:`$result = $a + 23;`
:js:`var f = function () {return 1;}`
:typoscript:`lib.hello.value = Hello World!`