ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``nl2br`` ========= .. versionadded:: 1.5 The ``nl2br`` filter was added in Twig 1.5. The ``nl2br`` filter inserts HTML line breaks before all newlines in a string: .. code-block:: jinja {{ "I like Twig.\nYou will like it too."|nl2br }} {# outputs I like Twig.<br /> You will like it too. #} .. note:: The ``nl2br`` filter pre-escapes the input before applying the transformation.