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