Merge pull request #158 from taigaio/issue/1630/thead-tbody-on-markdown
Added thead and tbody to allowed tags on mdrender serviceremotes/origin/enhancement/email-actions
commit
ccd9bcc4a7
|
@ -52,7 +52,7 @@ from .extensions.references import TaigaReferencesExtension
|
||||||
|
|
||||||
|
|
||||||
# Bleach configuration
|
# 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",
|
"div", "pre", "span", "hr", "dl", "dt", "dd", "sup",
|
||||||
"img", "del", "br", "ins"]
|
"img", "del", "br", "ins"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue