markdown-it-task-lists
markdown-it-task-lists copied to clipboard
A markdown-it plugin to create GitHub-style task lists
See https://github.com/slidevjs/slidev/issues/640 Currently the "enabled" mode generates incorrect HTML
This addresses an issue we've found where the content of the task list item includes the space between the label text and the checkbox itself. Doing multiple back-and-forth castings from...
wrong rendering of bold label
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
Another plugin [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) enables html attributes to be parsed from markdown as curly brackets, e.g. {.foo} => class="foo". By default, markdown-it-task-lists works, and attrs are properly applied. However, if I...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...