Skip to content

Commit

Permalink
outerHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Jun 27, 2024
1 parent 4a2bb1e commit 42e31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intent-open-concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: Open Concept List
b2.style.display="none";
for(const m of ml) {
const md = document.createElement("math");
md.innerHTML=m.textContent;
md.outerHTML=m.textContent;
m.parentNode.replaceChild(md, m);
}
}
Expand Down

0 comments on commit 42e31b4

Please sign in to comment.