jonschlinkert / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
https://jonschlinkert.github.io/remarkable/demo/
MIT License
5.75k stars 373 forks source link

Checkbox / tasklist support #401

Open martonlederer opened 3 years ago

martonlederer commented 3 years ago

Supports adding checkboxes to markdown:

- [x] Checked
- [ ] Not checked

Implements #121. Code modified from here.

martonlederer commented 3 years ago

No idea why it's failing :/

boehs commented 3 years ago

@TrySound consider reviewing this pull request, a quick glance at the build makes it appear the issue is unrelated to this PR

boehs commented 3 years ago

Closes #189