Skip to content

Commit

Permalink
Added thead and tbody to allowed tags on mdrender service
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Espino committed Nov 18, 2014
1 parent 4432933 commit adb2e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiga/mdrender/service.py
Expand Up @@ -52,7 +52,7 @@ def _serialize(domtree):


# 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"]

Expand Down

0 comments on commit adb2e24

Please sign in to comment.