diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-12 10:00:56 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-12 10:00:56 +0100 |
commit | c2270cc0c554216fffd5d6f9316db9d69b5816c8 (patch) | |
tree | c0775f520dd527d4068506d35fb0ec7070a7cb78 /README.md | |
parent | 87d6af2cb430be1b3170d7b8d5ade43b7222eb04 (diff) | |
parent | 0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (diff) | |
download | freenode-live-2017-presentation-c2270cc0c554216fffd5d6f9316db9d69b5816c8.tar freenode-live-2017-presentation-c2270cc0c554216fffd5d6f9316db9d69b5816c8.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |