ViewHelper Documentation
format.html
Renders a string by passing it to a TYPO3 parseFunc. You can either specify a path to the TypoScript setting or set the parseFunc options directly. By default lib.parseFunc_RTE is used to parse the string.
== Examples ==
<f:format.html>foo bar. Some link.</f:format.html>
<f:format.html parseFuncTSPath="lib.parseFunc">foo bar. Some link.</f:format.html>
{someText -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
Arguments
parseFuncTSPath string
path to TypoScript parseFunc setup.