1. 06 mar., 2016 2 validations
  2. 08 jan., 2016 3 validations
  3. 27 déc., 2015 1 validation
  4. 14 déc., 2015 1 validation
  5. 09 nov., 2015 2 validations
  6. 02 nov., 2015 1 validation
  7. 26 oct., 2015 1 validation
  8. 19 oct., 2015 1 validation
    • Liu Zhanhong's avatar
      format note content when creating slide · 625831b9
      Liu Zhanhong a écrit
      In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following:
      ```
      note:
      * a
      * b
      * c
      ```
      it become:
      ```html
      <p><em> a
      </em> b</p>
      <ul>
      <li>c</li>
      </ul>
      ```
      unbelievable!
      625831b9
  9. 08 oct., 2015 1 validation
  10. 29 sept., 2015 2 validations
  11. 25 sept., 2015 1 validation
  12. 07 juil., 2015 1 validation
  13. 16 juin, 2015 1 validation
  14. 10 juin, 2015 1 validation
  15. 02 juin, 2015 1 validation
  16. 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
  17. 12 avr., 2015 1 validation
  18. 02 avr., 2015 1 validation
  19. 25 mar., 2015 1 validation
  20. 16 mar., 2015 3 validations
  21. 05 mar., 2015 1 validation
    • Daniel Teixeira's avatar
      Add support for custom notes.html file · f79210c6
      Daniel Teixeira a écrit
      It would be nice if we could define a custom notes.html file.
      
      Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :(
      
      So, what do you think about it?
      f79210c6
  22. 22 jan., 2015 1 validation
  23. 20 jan., 2015 1 validation
  24. 10 déc., 2014 1 validation
  25. 16 oct., 2014 1 validation
  26. 28 sept., 2014 1 validation
  27. 27 sept., 2014 1 validation
  28. 11 sept., 2014 1 validation
  29. 22 juil., 2014 1 validation
  30. 19 mai, 2014 1 validation
  31. 04 mai, 2014 3 validations