1. 17 oct., 2022 1 validation
  2. 08 août, 2022 1 validation
  3. 21 mar., 2022 1 validation
  4. 16 mar., 2022 1 validation
    • Eric Wieser's avatar
      Allow the skipHtmlTags option to be overriden · 470aa768
      Eric Wieser a écrit
      The previous logic here was backwards, and did not allow the user to override `options` in the mathjax config structure.
      This makes it match how the `startup` and `tex` fields are merged.
      470aa768
  5. 10 nov., 2021 1 validation
  6. 28 oct., 2021 1 validation
  7. 19 mai, 2021 1 validation
  8. 19 août, 2020 1 validation
  9. 29 juil., 2020 1 validation
  10. 19 mai, 2020 1 validation
  11. 18 mai, 2020 1 validation
  12. 04 mai, 2020 1 validation
  13. 23 avr., 2020 1 validation
  14. 17 avr., 2020 2 validations
  15. 15 avr., 2020 1 validation
  16. 08 avr., 2020 1 validation
  17. 07 avr., 2020 1 validation
  18. 14 mar., 2019 2 validations
  19. 04 mar., 2019 1 validation
  20. 08 fév., 2018 1 validation
  21. 30 nov., 2017 1 validation
    • John MacFarlane's avatar
      Allow tex2jax options to be passed into math plugin. · 773569b4
      John MacFarlane a écrit
      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
  22. 05 avr., 2017 1 validation
  23. 16 avr., 2015 1 validation
    • Martin Goth's avatar
      Allow tex parsing in <code> tags · 0cb4d105
      Martin Goth a écrit
      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
  24. 20 jan., 2015 1 validation
  25. 18 août, 2013 1 validation
  26. 16 août, 2013 1 validation
  27. 13 août, 2013 5 validations
  28. 12 août, 2013 2 validations