fa20-bt/plugin
John MacFarlane 773569b4a2 Allow tex2jax options to be passed into math plugin.
Closes #2026.

This does not change the default behavior of the math plugin,
but it allows $ delimiters to be disabled (which is usually
what you want, since otherwise normal uses of $ for currency get
treated as math delimiters).

To use:

    Reveal.initialize({
      math: {
        tex2jax: { inlineMath: [['\\(','\\)']],
                   skipTags: ['script','noscript','style',
                              'textarea','pre'] }
            },
      etc.
      });
2017-11-29 21:57:29 -08:00
..
highlight highlight.js 9.0.0 -> 9.11.0 2017-05-22 11:34:24 +02:00
markdown add inline and external markdown images to example #2039 2017-11-23 11:12:54 +01:00
math Allow tex2jax options to be passed into math plugin. 2017-11-29 21:57:29 -08:00
multiplex lab.hakim.se/reveal-js -> revealjs.com 2017-11-22 14:46:55 +01:00
notes localstorage feature test in notes plugin, fixes speaker view error in safari 2017-07-13 20:19:16 +02:00
notes-server speaker layouts in server side notes plugin 2016-09-21 14:10:45 +02:00
print-pdf lab.hakim.se/reveal-js -> revealjs.com 2017-11-22 14:46:55 +01:00
search Register search key shortcut for help overlay 2017-11-05 17:45:18 +01:00
zoom-js zoom.js works on main wrapper element 2017-06-19 11:06:58 +02:00