remove extra filters

This commit is contained in:
ghost 2024-02-13 23:36:02 +02:00
parent 7f6ccf75df
commit 5b28ee98d3

View File

@ -29,10 +29,7 @@
{% endif %}
{# apply markdown whitelist filters only to prevent ping from remote includes #}
{{
post.message | striptags
| markdown_to_html
| striptags
| message_to_markdown
post.message | message_to_markdown
| trim
| nl2br
| markdown_to_html