Skip to content

Instantly share code, notes, and snippets.

@jcayzac
Created December 14, 2012 05:00
Show Gist options
  • Select an option

  • Save jcayzac/4282813 to your computer and use it in GitHub Desktop.

Select an option

Save jcayzac/4282813 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>MathJax AsciiMath Test Page</title>
<script type="text/javascript"
src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=AM_HTMLorMML-full">
</script>
</head>
<body>
<p>When `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and
they are</p>
<p style="text-align:center">
`x = (-b +- sqrt(b^2-4ac))/(2a) .`
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment