diff --git a/README.md b/README.md index d8960b1859f5786bad5a126df36943a4a8831f70..69167ee74b11c341ea4f0940feb96ed2b83b33e9 100644 --- a/README.md +++ b/README.md @@ -1313,6 +1313,12 @@ Reveal.initialize({ Read MathJax's documentation if you need [HTTPS delivery](http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn) or serving of [specific versions](http://docs.mathjax.org/en/latest/configuration.html#loading-mathjax-from-the-cdn) for stability. +#### MathJax in Markdown +If you want to include math inside of a presentation written in Markdown you need to wrap the forumla in backticks. This prevents syntax conflicts between LaTeX and Markdown. For example: + +``` +`$$ J(\theta_0,\theta_1) = \sum_{i=0} $$` +``` ## License