From 7fc0f942cbc26c6f306a1df1344edc4c2c6905ec Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 26 Sep 2022 19:45:41 +0100 Subject: allow br tag --- apioforum/mdrender.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apioforum/mdrender.py b/apioforum/mdrender.py index 52a6e6c..d9b8ea1 100644 --- a/apioforum/mdrender.py +++ b/apioforum/mdrender.py @@ -19,7 +19,8 @@ allowed_tags = [ 'sup','sub', 'table','thead','tbody','tr','th','td', 'details','summary', - 'hr' + 'hr', + 'br', -- cgit v1.2.3