aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/mdrender.py
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-14 15:28:20 +0000
committerubq323 <ubq323>2021-06-14 15:28:20 +0000
commit25353f2b7da79dc47c22f154b84e3fe92763ebfb (patch)
tree36f7c8053030213f6339e12386488b7839822ca2 /apioforum/mdrender.py
parent83e932b42be2bab7390e9669fafcbd2d7e934a1b (diff)
blockquote styling and apparently h6 is a thing
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 20e86bb..fde1c85 100644
--- a/apioforum/mdrender.py
+++ b/apioforum/mdrender.py
@@ -7,6 +7,7 @@ allowed_tags = [
'h3',
'h4',
'h5',
+ 'h6',
'pre',
'del',
]