diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-12 09:59:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 09:59:45 +0100 |
commit | 0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (patch) | |
tree | feb275637694a2860487a28eae90df4471b47a46 /README.md | |
parent | c35cce54a5d4800b90e71a43da140c0347308989 (diff) | |
download | freenode-live-2017-presentation-0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d.tar freenode-live-2017-presentation-0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d.tar.gz |
note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1301,6 +1301,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 |