0.1.4 • Published 6 years ago
gitbook-plugin-todos v0.1.4
gitbook-plugin-todos
Fork from ly-tools/gitbook-plugin-todo
Install
$ npm install --save gitbook-plugin-todosUsage
Add the plugin to your book.json like this:
{
"plugins": ["todos"]
}then in your markdown file, you can embed readonly todo list like this:
- [ ] write some articles
- [ ] write some articles
- [x] drink a cup of tea
- [x] drink a cup of tea
- [x] write some articles
- [x] drink a cup of tea0.1.4
6 years ago
