1. 07 avr., 2016 1 validation
  2. 09 mar., 2016 3 validations
  3. 06 mar., 2016 2 validations
  4. 08 jan., 2016 3 validations
  5. 27 déc., 2015 1 validation
  6. 14 déc., 2015 1 validation
  7. 09 nov., 2015 2 validations
  8. 02 nov., 2015 1 validation
  9. 26 oct., 2015 1 validation
  10. 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
  11. 08 oct., 2015 1 validation
  12. 29 sept., 2015 2 validations
  13. 25 sept., 2015 1 validation
  14. 07 juil., 2015 1 validation
  15. 16 juin, 2015 1 validation
  16. 10 juin, 2015 1 validation
  17. 02 juin, 2015 1 validation
  18. 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
  19. 12 avr., 2015 1 validation
  20. 02 avr., 2015 1 validation
  21. 25 mar., 2015 1 validation
  22. 16 mar., 2015 3 validations
  23. 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
  24. 22 jan., 2015 1 validation
  25. 20 jan., 2015 1 validation
  26. 10 déc., 2014 1 validation
  27. 16 oct., 2014 1 validation
  28. 28 sept., 2014 1 validation
  29. 27 sept., 2014 1 validation
  30. 11 sept., 2014 1 validation
  31. 22 juil., 2014 1 validation