Markdown Mathjax Rendering Script

/*MathJax
You can render LaTeX mathematical expressions using MathJax, as on math.stackexchange.com:

The Gamma function satisfying Γ(n)=(n−1)!∀n∈N is via the Euler integral

Γ(z)=∫0∞tz−1e−tdt,.

Tip: To make sure mathematical expressions are rendered properly on your website, include MathJax into your template:
*/
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
Michael Bruns