Update Template Extensions

tp_dhu 2025-02-17 01:29:45 +00:00
parent d6b49659be
commit 43f028b3ca

@ -1,6 +1,15 @@
# ParsedownHelper
The `ParsedownHelper` template extension gives us a new tag to use in our templates.
``` html
<parsedown inline="true">
# Markdown
directly in the template `file` itself.
</parsedown>
```
alternatively
``` html
<parsedown>{{ @variable | raw }}</parsedown>
```