aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/mdrender.py
diff options
context:
space:
mode:
authorosmarks <osmarks>2021-06-14 18:06:48 +0000
committerosmarks <osmarks>2021-06-14 18:06:48 +0000
commit1f447eda8ed0fb1ba7c4ff6da8d40fe56aaddabf (patch)
treef33666313dd1f356923115dda97c474c5cb0f9ea /apioforum/mdrender.py
parent5d394e581b108eaf1470d5d00b1699d6ade25b4c (diff)
Implement search (SQLite FTS5)
Diffstat (limited to 'apioforum/mdrender.py')
-rw-r--r--apioforum/mdrender.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/mdrender.py b/apioforum/mdrender.py
index fde1c85..1df104f 100644
--- a/apioforum/mdrender.py
+++ b/apioforum/mdrender.py
@@ -10,6 +10,7 @@ allowed_tags = [
'h6',
'pre',
'del',
+ 'mark'
]
allowed_tags.extend(bleach.sanitizer.ALLOWED_TAGS)