diff --git a/render/render.js b/render/render.js index 98e0f4d1..7a674c3c 100644 --- a/render/render.js +++ b/render/render.js @@ -67,6 +67,11 @@ module.exports = function($window) { var possibleParents = {caption: "table", thead: "table", tbody: "table", tfoot: "table", tr: "tbody", th: "tr", td: "tr", colgroup: "table", col: "colgroup"} function createHTML(parent, vnode, ns, nextSibling) { var match = vnode.children.match(/^\s*?<(\w+)/im) || [] + // not using the proper parent makes the child element(s) vanish. + // var div = document.createElement("div") + // div.innerHTML = "