forked from tanner/qotnews
Add del tag and sort tags
This commit is contained in:
parent
ced20390eb
commit
9078b567f0
|
@ -23,35 +23,36 @@ ALLOWED_TAGS = [
|
||||||
'acronym',
|
'acronym',
|
||||||
'b',
|
'b',
|
||||||
'blockquote',
|
'blockquote',
|
||||||
'code',
|
|
||||||
'em',
|
|
||||||
'i',
|
|
||||||
'li',
|
|
||||||
'ol',
|
|
||||||
'strong',
|
|
||||||
'ul',
|
|
||||||
'p',
|
|
||||||
'hr',
|
|
||||||
'small',
|
|
||||||
'ins',
|
|
||||||
'sup',
|
|
||||||
'sub',
|
|
||||||
'details',
|
|
||||||
'summary',
|
|
||||||
'br',
|
'br',
|
||||||
'pre',
|
'code',
|
||||||
|
'del',
|
||||||
|
'details',
|
||||||
|
'em',
|
||||||
'h1',
|
'h1',
|
||||||
'h2',
|
'h2',
|
||||||
'h3',
|
'h3',
|
||||||
'h4',
|
'h4',
|
||||||
'h5',
|
'h5',
|
||||||
'h6',
|
'h6',
|
||||||
|
'hr',
|
||||||
|
'i',
|
||||||
|
'ins',
|
||||||
|
'li',
|
||||||
|
'ol',
|
||||||
|
'p',
|
||||||
|
'pre',
|
||||||
|
'small',
|
||||||
|
'strong',
|
||||||
|
'sub',
|
||||||
|
'summary',
|
||||||
|
'sup',
|
||||||
'table',
|
'table',
|
||||||
|
'tbody',
|
||||||
|
'td',
|
||||||
|
'th',
|
||||||
'thead',
|
'thead',
|
||||||
'tr',
|
'tr',
|
||||||
'th',
|
'ul',
|
||||||
'td',
|
|
||||||
'tbody',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
clean = Cleaner(tags=ALLOWED_TAGS).clean
|
clean = Cleaner(tags=ALLOWED_TAGS).clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user