Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html><head>
<meta charset="utf-8">
<script>
"use strict";
document.addEventListener("DOMContentLoaded", () => {
const range = new Range();
range.selectNodeContents(document.getElementById("mphantom"));
getSelection().addRange(range);
getSelection().modify("extend", "forward", "lineboundary");
document.documentElement.contentEditable = true;
document.execCommand("insertHorizontalRule");
});
</script>
</head><body><math>
<mphantom id="mphantom"></mphantom>>
<munder></munder>
<!-- COMMENT --></math></body></html>