Created
March 28, 2022 13:18
-
-
Save sdzshn3/8f841b5ca8d13b77705ad9bce9e26974 to your computer and use it in GitHub Desktop.
MathJax version 3 working HTML template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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