🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# `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.