gitbook-plugin-todos
v0.1.4
Published
A plugin to embed readonly todo list in your Gitbook
Downloads
4
Readme
gitbook-plugin-todos
Fork from ly-tools/gitbook-plugin-todo
Install
$ npm install --save gitbook-plugin-todos
Usage
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 tea