Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Apr 23, 2020
  3. Apr 17, 2020
  4. Apr 16, 2020
  5. Apr 15, 2020
  6. Apr 08, 2020
  7. Mar 09, 2020
  8. Oct 23, 2019
  9. Mar 12, 2019
  10. Mar 04, 2019
  11. Mar 01, 2019
  12. Jan 20, 2019
  13. Oct 04, 2018
  14. Oct 02, 2018
  15. Nov 23, 2017
  16. Jun 07, 2017
  17. Jan 31, 2017
  18. Dec 23, 2016
  19. Dec 08, 2016
  20. Jan 08, 2016
  21. Nov 11, 2015
  22. Nov 10, 2015
  23. Nov 02, 2015
  24. Oct 19, 2015
    • Liu Zhanhong's avatar
      format note content when creating slide · 625831b9
      Liu Zhanhong authored
      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
  25. Jul 07, 2015
  26. Apr 12, 2015
  27. Mar 16, 2015
  28. Jan 22, 2015
  29. Apr 06, 2014
  30. Apr 02, 2014
  31. Feb 17, 2014
Loading