add br tag to html template

This commit is contained in:
Bruno Windels 2020-10-19 10:00:18 +02:00
parent efe6956a79
commit 4828e141c9

View file

@ -92,7 +92,7 @@ export const SVG_NS = "http://www.w3.org/2000/svg";
export const TAG_NAMES = {
[HTML_NS]: [
"a", "ol", "ul", "li", "div", "h1", "h2", "h3", "h4", "h5", "h6",
"br", "a", "ol", "ul", "li", "div", "h1", "h2", "h3", "h4", "h5", "h6",
"p", "strong", "em", "span", "img", "section", "main", "article", "aside",
"pre", "button", "time", "input", "textarea", "label"],
[SVG_NS]: ["svg", "circle"]