企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# `nl2br` New in version 1.5: The `nl2br` filter was added in Twig 1.5. The `nl2br` filter inserts HTML line breaks before all newlines in a string: <table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2 3 4 5 6 7</pre></div></td><td class="code"><div class="highlight"><pre>{{ "I like Twig.\nYou will like it too."|nl2br }} {# outputs I like Twig.&lt;br /&gt; You will like it too. #} </pre></div></td></tr></table> Note The `nl2br` filter pre-escapes the input before applying thetransformation.