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. Oct 23, 2019
  8. Mar 04, 2019
  9. Mar 01, 2019
  10. Oct 02, 2018
  11. Jun 07, 2017
  12. Jan 31, 2017
  13. Dec 23, 2016
  14. Dec 08, 2016
  15. Jan 08, 2016
  16. Nov 11, 2015
  17. Nov 02, 2015
  18. 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
  19. Jul 07, 2015
  20. Apr 12, 2015
  21. Mar 16, 2015
  22. Jan 22, 2015
  23. Apr 06, 2014
  24. Apr 02, 2014
  25. Feb 17, 2014
  26. Nov 30, 2013
  27. Nov 06, 2013
  28. Nov 04, 2013
Loading