Tasks Lists

WriteADoc supports Github Flavored Markdown (GFM) style task lists. They follow the same syntax as GFM. Simply start each list item with a square bracket pair containing either a space (an unchecked item) or a x (a checked item).

- [X] item 1
  * [X] item A
  * [ ] item B
    more text
    + [x] item a
    + [ ] item b
    + [x] item c
  * [X] item C
- [ ] item 2
- [ ] item 3
  • item 1
    • item A
    • item B more text
      • item a
      • item b
      • item c
    • item C
  • item 2
  • item 3