1. 10 juin, 2016 1 validation
  2. 29 avr., 2016 1 validation
  3. 25 avr., 2016 1 validation
    • Jess Telford's avatar
      More natural zooming on block level elements · a0e6da6a
      Jess Telford a écrit
      Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`).
      
      This provides a much more natural zoom, especially for paragraphs and code examples.
      a0e6da6a
  4. 07 avr., 2016 1 validation
  5. 09 mar., 2016 3 validations
  6. 06 mar., 2016 2 validations
  7. 08 jan., 2016 3 validations
  8. 27 déc., 2015 1 validation
  9. 14 déc., 2015 1 validation
  10. 09 nov., 2015 2 validations
  11. 02 nov., 2015 1 validation
  12. 26 oct., 2015 1 validation
  13. 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
  14. 08 oct., 2015 1 validation
  15. 29 sept., 2015 2 validations
  16. 25 sept., 2015 1 validation
  17. 07 juil., 2015 1 validation
  18. 16 juin, 2015 1 validation
  19. 10 juin, 2015 1 validation
  20. 02 juin, 2015 1 validation
  21. 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
  22. 12 avr., 2015 1 validation
  23. 02 avr., 2015 1 validation
  24. 25 mar., 2015 1 validation
  25. 16 mar., 2015 3 validations
  26. 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
  27. 22 jan., 2015 1 validation
  28. 20 jan., 2015 1 validation
  29. 10 déc., 2014 1 validation
  30. 16 oct., 2014 1 validation
  31. 28 sept., 2014 1 validation