mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Enable nl2br plugin for Markdown rendering (#1162)
The frontpage text is already markdown, and will receive its formatting via the rich_text filter. When applying the additional linebreaksbr filter, it will add unnecessary blank lines. I'm using the hosted pretix version. Test for frontpage text: ```` Test * test1 * test2 ```` Before (screenshot): ---  ---- After (screenshot): ----  ----
This commit is contained in:
committed by
Raphael Michel
parent
d5747084ec
commit
9b394b3833
@@ -102,7 +102,7 @@
|
||||
|
||||
{% if frontpage_text and not cart_namespace %}
|
||||
<div>
|
||||
{{ frontpage_text|rich_text|linebreaksbr }}
|
||||
{{ frontpage_text|rich_text }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user