Skip to content
Snippets Groups Projects
  1. Jan 22, 2018
  2. Dec 04, 2017
  3. Dec 02, 2017
  4. Dec 01, 2017
  5. Nov 30, 2017
    • John MacFarlane's avatar
      Allow tex2jax options to be passed into math plugin. · 773569b4
      John MacFarlane authored
      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.
            });
      773569b4
  6. Nov 29, 2017
  7. Nov 25, 2017
  8. Nov 23, 2017
  9. Nov 22, 2017
  10. Nov 21, 2017
  11. Nov 09, 2017
  12. Nov 05, 2017
  13. Oct 28, 2017
  14. Oct 04, 2017
  15. Sep 11, 2017
  16. Sep 07, 2017
  17. Sep 06, 2017
Loading