Merge pull request #158 from taigaio/issue/1630/thead-tbody-on-markdown

Added thead and tbody to allowed tags on mdrender service
remotes/origin/enhancement/email-actions
Alejandro 2014-11-18 14:00:16 +01:00
commit ccd9bcc4a7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ from .extensions.references import TaigaReferencesExtension
# Bleach configuration
bleach.ALLOWED_TAGS += ["p", "table", "th", "tr", "td", "h1", "h2", "h3",
bleach.ALLOWED_TAGS += ["p", "table", "thead", "tbody", "th", "tr", "td", "h1", "h2", "h3",
"div", "pre", "span", "hr", "dl", "dt", "dd", "sup",
"img", "del", "br", "ins"]