Learn more about these different git repos.
Other Git URLs
f081185
@@ -2522,7 +2522,7 @@
tags = bleach.ALLOWED_TAGS + [
'p', 'br', 'div', 'h1', 'h2', 'h3', 'table', 'td', 'tr', 'th',
- 'col', 'tbody', 'pre', 'img', 'hr',
+ 'col', 'tbody', 'pre', 'img', 'hr', 'dl', 'dt', 'dd',
]
if ignore:
for tag in ignore:
Cool, thanks! :)
Just to be sure, were you able to test it?
Tested locally, works well, thanks! :)