diff options
author | ubq323 <ubq323@ubq323.website> | 2022-09-26 19:45:41 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-09-26 19:45:41 +0100 |
commit | 7fc0f942cbc26c6f306a1df1344edc4c2c6905ec (patch) | |
tree | 9e7bee8c8f98b03bda99c6f6cd6d1c8c4cd1d3fc | |
parent | 32bbc59c5b57c13b1433ad212b027a3ac694ac24 (diff) |
allow br tag
-rw-r--r-- | apioforum/mdrender.py | 3 |
1 files changed, 2 insertions, 1 deletions
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', |