Skip to content
Stefano Zaghi edited this page Nov 7, 2014 · 1 revision

Like GitHub flavored markdown syntax, it is possible to use the checklist list environment (if the optional Python module markdown-checklist has been installed). To use such a list type:

* [ ] foo;
* [x] bar;
* [ ] baz.

and it will rendered as:

  • foo;
  • bar;
  • baz.
Clone this wiki locally