Add del tag and sort tags

This commit is contained in:
Tanner Collin 2020-01-04 23:37:41 +00:00
parent ced20390eb
commit 9078b567f0

View File

@ -23,35 +23,36 @@ ALLOWED_TAGS = [
'acronym',
'b',
'blockquote',
'code',
'em',
'i',
'li',
'ol',
'strong',
'ul',
'p',
'hr',
'small',
'ins',
'sup',
'sub',
'details',
'summary',
'br',
'pre',
'code',
'del',
'details',
'em',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'hr',
'i',
'ins',
'li',
'ol',
'p',
'pre',
'small',
'strong',
'sub',
'summary',
'sup',
'table',
'tbody',
'td',
'th',
'thead',
'tr',
'th',
'td',
'tbody',
'ul',
]
clean = Cleaner(tags=ALLOWED_TAGS).clean