Merge pull request #1048 from minrk/svg
recognize svg tag in HTML Reader
This commit is contained in:
commit
fa1530285b
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ blockHtmlTags = ["address", "article", "aside", "blockquote", "body", "button",
|
|||
"noframes", "noscript", "object", "ol", "output", "p", "pre", "progress",
|
||||
"section", "table", "tbody", "textarea", "thead", "tfoot", "ul", "dd",
|
||||
"dt", "frameset", "li", "tbody", "td", "tfoot",
|
||||
"th", "thead", "tr", "script", "style", "video"]
|
||||
"th", "thead", "tr", "script", "style", "svg", "video"]
|
||||
|
||||
-- We want to allow raw docbook in markdown documents, so we
|
||||
-- include docbook block tags here too.
|
||||
|
|
Loading…
Add table
Reference in a new issue