We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5806d commit 394fddcCopy full SHA for 394fddc
README.md
@@ -29,7 +29,7 @@ https://symfony.com/doc/current/templating/twig_extension.html#register-an-exten
29
Once that's done, you can use the new function in Twig files like this:
30
31
```
32
-{{ trace() }}
+{{ trace()|raw }}
33
34
35
UNTESTED: You could also try using `{{ trace_via_debug_backtrace() }}` to get different formatting. I haven't yet tested this.
0 commit comments