TYPO3-Documentation / t3SphinxThemeRtd

Please report only issues that concern the rendering of the official TYPO3 docs here. For help and support on TYPO3, please see: https://typo3.org/help/
MIT License
11 stars 7 forks source link

f:switch code example broken #139

Closed npoggenburg closed 4 years ago

npoggenburg commented 5 years ago

https://docs.typo3.org/other/typo3/view-helper-reference/master/en-us/typo3fluid/fluid/latest/Switch.html Bildschirmfoto 2019-12-03 um 11 27 36

sypets commented 4 years ago

This is not a problem of the theme. It is a problem of the automatic rendering tool chain for Fluid ViewHelpers. Please see https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-ViewHelper/blob/master/Documentation/Index.rst

The Fluid ViewHelper References are automatically generated from source code comments in Fluid and TYPO3 Core. The comments in Fluid used a syntax based on Markdown, while the comments in the TYPO3 core have been converted to reStructruedText. The rendering toolchain (for the ViewHelpers) can currently only handle reStruturedText. That is why part of the ViewHelper Reference (specifically the part from standalone fluid) currently look broken.

We cannot easily solve this rendering problem currently (at least not right away).