Skip to content
Snippets Groups Projects
  1. Apr 17, 2020
  2. Apr 15, 2020
  3. Apr 08, 2020
  4. Apr 07, 2020
  5. Mar 14, 2019
  6. Mar 04, 2019
  7. Feb 08, 2018
  8. 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
  9. Apr 05, 2017
  10. Apr 16, 2015
    • Martin Goth's avatar
      Allow tex parsing in <code> tags · 0cb4d105
      Martin Goth authored
      Just using $ as delimiter in markdown document fails since the markdown
      parser unknown to the dollar syntax will try to interpret underscores.
      Putting the $ delimented formula in backticks will cause the markdown
      parser to put the tex-code with the $ delimiters into a code block.
      The texcode will then be unchanged. This patch allows for mathJax to
      interpret and automagically display the tex-formulas.
      0cb4d105
  11. Jan 20, 2015
  12. Aug 18, 2013
  13. Aug 16, 2013
  14. Aug 13, 2013
  15. Aug 12, 2013
Loading