TYPO3 Exceptions¶
Each exception has its own subpage.
Here are some tips about writing reStructuredText (reST)
Tip
- Coding style of the Exception report (reST)
-
Just start writing plain text - as you would do on an old-fashioned typewriter. Any Unicode character is fine. To markup special words follow the rules of reStructuredText. For example, if you write:
this is *emphasis*, **strong emphasis** and `a hyperlink to TYPO3. <https://typo3.org/>`__
Copied!the result will be: this is emphasis, strong emphasis and a hyperlink to TYPO3.
One or more empty lines will end a paragraph.
- Learn about reST
-
- reStructuredText Reference - in TYPO3 documentation
- Wikipedia (de) - some good links (en)
- Wikipedia (en) - profound