Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div id="container"></div>
<script>
mtd = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mtd");
mtd.style.columns = "2";
container.appendChild(mtd);
</script>