diff options
-rwxr-xr-x | htdocs/dev/tests/mathml2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/dev/tests/mathml2.html b/htdocs/dev/tests/mathml2.html new file mode 100755 index 0000000..19cbaa1 --- /dev/null +++ b/htdocs/dev/tests/mathml2.html @@ -0,0 +1,6 @@ +<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" +"http://www.w3.org/TR/CR-MathML2-20001113/dtd/mathml2.dtd"> +<math> +<mrow> +</mrow> +</math> |