Skip to content

Instantly share code, notes, and snippets.

@dvergur
Created July 24, 2018 09:23
Show Gist options
  • Save dvergur/5228bf670a49450e7f538146acec5d12 to your computer and use it in GitHub Desktop.
Save dvergur/5228bf670a49450e7f538146acec5d12 to your computer and use it in GitHub Desktop.
MathJax example // source http://jsbin.com/ximojuf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MathJax example</title>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
</script>
</head>
<body>
<p>
$$ {Percentage Difference ={V1-V2 \over {(V1+V2) \over 2}}} x100 $$
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment