// fix alignment
$(".mwe-math-fallback-source-inline").css("vertical-align", "inherit");
// configuration
$("head").append("<script type=\"text/x-mathjax-config\">MathJax.Hub.Config({tex2jax: {inlineMath: ]}, 'HTML-CSS': {mtextFontInherit: true}, 'SVG': {mtextFontInherit: true}});</script>");
// get mathjax from cloudfare.com
$("head").append("<script type=\"text/javascript\" async src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML\"></script>");