forked from CGM_Public/pretix_original
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): ----  ----