Skip to content
Snippets Groups Projects
  1. Apr 17, 2020
  2. Apr 16, 2020
  3. Apr 15, 2020
  4. Apr 08, 2020
  5. Oct 23, 2019
  6. Mar 04, 2019
  7. Mar 01, 2019
  8. Oct 02, 2018
  9. Jun 07, 2017
  10. Jan 31, 2017
  11. Dec 23, 2016
  12. Dec 08, 2016
  13. Jan 08, 2016
  14. Nov 11, 2015
  15. Nov 02, 2015
  16. 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
  17. Jul 07, 2015
  18. Apr 12, 2015
  19. Mar 16, 2015
  20. Jan 22, 2015
  21. Apr 06, 2014
  22. Apr 02, 2014
  23. Feb 17, 2014
  24. Nov 30, 2013
  25. Nov 06, 2013
  26. Nov 04, 2013
Loading