Last active
October 11, 2015 14:18
-
-
Save aslakr/3872280 to your computer and use it in GitHub Desktop.
Trigging bug in iOS when trying to email HTML with MathML as rich text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Trigging MathML in HTML iOS bug</title> | |
</head> | |
<body> | |
<p><math><msup><mi>x</mi><mn>2</mn></msup></math></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment