There is a convenient github markup function that can create a nice formatted TO DO list, and it can be used as follows:
- [ ] my first item in list
- [ ] my second item in list
- [ ] first sub item in second item in list
- [x] my third item in list, already done
What does it look like:

Is there anything similar in rmarkdown?
source
share