Skip to content

Instantly share code, notes, and snippets.

@aslakr
Last active October 11, 2015 14:18
Show Gist options
  • Save aslakr/3872280 to your computer and use it in GitHub Desktop.
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
<!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