1.0.0 • Published 3 years ago

honkit-plugin-todo v1.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

honkit-plugin-todo

npm version Node.js CI Language grade: JavaScript

This is HonKit todo plugin.

This markdown will be

- [x] todo1
- [ ] todo2
  - [x] todo2-1
    - [ ] todo2-1-1
- [ ] todo3

HTML like GFM Task list items.

picture of todo on html

usage

install

$ npm install -D honkit-plugin-todo

setting

book.json

{
  "plugins": ["todo"]
}

If you don't have book.json, please read HonKit Directory Structure and HonKit Configuration.

1.0.0

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago