Skip to content

Instantly share code, notes, and snippets.

@davidrajm
Created January 13, 2021 06:20
Show Gist options
  • Save davidrajm/dcf9ac34b83f57409ff5b4ca1bb87c40 to your computer and use it in GitHub Desktop.
Save davidrajm/dcf9ac34b83f57409ff5b4ca1bb87c40 to your computer and use it in GitHub Desktop.
Initial Setup for MathJax CDN
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>MathJax</title>
</head>
<body>
<div class="container">
$$ x = -b \pm \frac{\sqrt{b^2 - 4ac}}{2a}$$
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment