Allow headlines with markdown

This commit is contained in:
Raphael Michel
2017-06-22 12:16:09 +02:00
parent 5584c12d0a
commit e1bdfd7e4e

View File

@@ -27,7 +27,13 @@ ALLOWED_TAGS = [
'td',
'th',
'div',
'span'
'span',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
]
ALLOWED_ATTRIBUTES = {