Skip to content

Instantly share code, notes, and snippets.

@sdzshn3
Created March 28, 2022 13:18
Show Gist options
  • Select an option

  • Save sdzshn3/8f841b5ca8d13b77705ad9bce9e26974 to your computer and use it in GitHub Desktop.

Select an option

Save sdzshn3/8f841b5ca8d13b77705ad9bce9e26974 to your computer and use it in GitHub Desktop.
MathJax version 3 working HTML template
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>img{display: inline; height: auto; max-width: 100%;}</style>
<script>
window.MathJax = {
tex: {
inlineMath: [['${'$'}','${'$'}'], ['\\(','\\)']],
processEscapes: true
}
};
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
$content
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment