markdown-it-task-checkbox
markdown-it-task-checkbox copied to clipboard
A markdown-it plugin to create GitHub-style task lists with checkbox
In DRAFT until `indeterminate` is an HTML Attribute --- An attempt of adding the indeterminate property to checkboxes. :crossed_fingers: [Related Issue](https://github.com/linsir/markdown-it-task-checkbox/issues/10) Currently blocked by `indeterminate` support as an HTML attribute....
`package.json` says ISC. LICENSE file says MIT.
The parser seems to include the space that occurs immediately after the checkbox into the label. ## Problem When I try the example from the README, `md.render('- [x] unchecked')` ,...
There's no means of creating an incomplete/indeterminate checkbox. Because indeterminate can't be generated with straight html, it might not be feasible. [Documentation around Indeterminate Checkboxes](https://css-tricks.com/indeterminate-checkboxes/) Ideally, the Markdown side might...
When using the xhtmlOut flag and the markdown-it-task-list plugin with the wrapper div option, the wrapper div is self-closed by markdown-it, so it no longer wraps the input and label,...