Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #Markdown #Mathjax #rendering #script
ADD COMMENT
Topic
Name
6+7 =