We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082ec7d commit 05e9d4cCopy full SHA for 05e9d4c
src/webpage/markdown.ts
@@ -743,7 +743,7 @@ class MarkDown {
743
html.childNodes.length == 1 &&
744
html.childNodes[0].childNodes.length === 1 &&
745
html.childNodes[0].childNodes[0];
746
- console.log(box.cloneNode(true), html.cloneNode(true));
+ //console.log(box.cloneNode(true), html.cloneNode(true));
747
//TODO this may be slow, may want to check in on this in the future if it is
748
if (!box.hasChildNodes() || html.isEqualNode(Array.from(box.childNodes)[0])) {
749
//console.log("no replace needed");
0 commit comments