aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-12-12 10:00:56 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-12-12 10:00:56 +0100
commitc2270cc0c554216fffd5d6f9316db9d69b5816c8 (patch)
treec0775f520dd527d4068506d35fb0ec7070a7cb78 /README.md
parent87d6af2cb430be1b3170d7b8d5ade43b7222eb04 (diff)
parent0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (diff)
downloadperl-software-in-gnu-guix-c2270cc0c554216fffd5d6f9316db9d69b5816c8.tar
perl-software-in-gnu-guix-c2270cc0c554216fffd5d6f9316db9d69b5816c8.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8960b1..69167ee 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