sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Rendering task lists ( `- [x] task` ) as on github #795

Open gonerodes opened 3 years ago

gonerodes commented 3 years ago

It would be nice to support rendering for task lists

Example:

- [ ] Todo 1
- [x] Todo 2
- [ ] Todo 3

Renders: