.. include:: ../../../../Includes.txt .. _typo3-fluid-format-html: =========== 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 ======== Default parameters:: foo bar. Some link. Output::

foo bar. Some link.

(depending on your TYPO3 setup) Custom parseFunc:: foo bar. Some link. Output:: foo bar. Some link. Inline notation:: {someText -> f:format.html(parseFuncTSPath: 'lib.parseFunc')} Output:: foo bar. Some link. Arguments ========= .. _format.html_parsefunctspath: parseFuncTSPath --------------- :aspect:`DataType` string :aspect:`Default` 'lib.parseFunc_RTE' :aspect:`Required` true :aspect:`Description` Path to TypoScript parseFunc setup.