There is a handy feature on github markup which 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
Which looks like:
Is there anything similar available in rmarkdown
?
According to pandoc tricks, you may first download the task-list.lua file and save it in $DATADIR/pandoc/filters/, so it will be visible to pandoc system-wide, then run pandoc --lua-filter=task-list.lua -o filename.html filename.md
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With