- Change the list element's class from
task-list
tocontains-task-list
to match GitHub's generated markup - Add the class
enabled
to the<li>
elements when the checkboxes aren't being rendered as disabled, to match GitHub's generated markup - Updated devDependencies:
- cheerio: >=0.20.0
- markdown-it: >=7.0.0
- Require a space after the
[ ]
markdown, since GitHub doesn't render a checkbox without it
- Added support for
{label: true}
option, to wrap the rendered<input>
elements with a<label>
element
- Added support for
{enabled: true}
option, to leave the rendered checkboxes enabled - Updated markdown-it devDependency to ^7.0.0
- Update the changelog for 1.2.1 and 1.2.2 :)
- Support markdown-it back to 4.0 rather than 5.1
- Added support for uppercase [X], not just [x]
- Added changelog :)
- Added browser build
- Initial release