Welcome to talk.typo3.org, Stephan!
You need to use f:format.html
together with a parseFunc
to get spam protected links working in TYPO3 table cells:
<f:format.html parseFuncTSPath="lib.parseFunc">{cell -> f:format.nl2br()}</f:format.html>
Another possible syntax would be:
{cell -> f:format.nl2br() -> f:format.html(parseFuncTSPath: 'lib.parseFunc')}
Using the parseFunc
will also enable links with t3
syntax:
<a href="t3://page?uid=123">some link</a>