Skip to content
Snippets Groups Projects
  1. Mar 11, 2018
    • Daniel's avatar
      Added the remaining gulp watch · fb5f4c03
      Daniel authored
      I forgot them :anguished:
      fb5f4c03
    • Daniel's avatar
      Added Gulp · 8069b003
      Daniel authored
      I have created a gulpfile.js with the same tasks of grunt, replaced npm script and finally ad .jshintrc for jshint
      8069b003
  2. Mar 05, 2018
  3. Feb 22, 2018
  4. Feb 12, 2018
  5. Feb 10, 2018
  6. Feb 09, 2018
  7. Feb 08, 2018
  8. Feb 07, 2018
  9. Feb 06, 2018
  10. Feb 01, 2018
  11. Jan 25, 2018
  12. Jan 24, 2018
  13. Jan 22, 2018
  14. Jan 21, 2018
  15. Jan 04, 2018
  16. Dec 04, 2017
  17. Dec 02, 2017
  18. Dec 01, 2017
  19. 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
  20. Nov 29, 2017
  21. Nov 25, 2017
Loading