Allow headlines with markdown

This commit is contained in:
Raphael Michel
2017-06-22 15:53:30 +02:00
parent 5584c12d0a
commit e1bdfd7e4e
+7 -1
View File
@@ -27,7 +27,13 @@ ALLOWED_TAGS = [
'td', 'td',
'th', 'th',
'div', 'div',
'span' 'span',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
] ]
ALLOWED_ATTRIBUTES = { ALLOWED_ATTRIBUTES = {