Allow <pre> tags in comments
This is useful for code blocks.
This commit is contained in:
parent
896784a351
commit
f89bec5089
@ -15,7 +15,7 @@ ALLOWED_TAGS = [
|
||||
'del', 'kbd',
|
||||
'dl', 'dt', 'dd',
|
||||
'blockquote',
|
||||
'code',
|
||||
'code', 'pre',
|
||||
'li', 'ol', 'ul',
|
||||
'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
|
||||
'p', 'br', 'hr',
|
||||
|
Loading…
x
Reference in New Issue
Block a user