This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/mathjax.json
Alexander PapaTutuWawa 78b4a745bd Implement MathJax
If a post needs to render math equations, it only has
to include the mathjax.json params.
2020-09-22 18:26:09 +02:00

5 lines
396 B
JSON

{
"mathjax_include": "<script type='text/javascript' async src='/assets/js/MathJax/MathJax.js?config=TeX-AMS_CHTML'></script>\n<script type='text/x-mathjax-config'>\nMathJax.Hub.Config({'CommonHTML': {scale: 100}, tex2jax: {inlineMath: [['$','$']]}});</script>",
"mathjax_warning": "<div class='quote'>NOTE: This post uses the JavaScript library MathJax to render math equations</div>"
}