JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Support checklist syntax for github flavour #132

Open solonovamax opened 11 months ago

solonovamax commented 11 months ago

It would be nice if the checklist/todo list/task list syntax was supported for the github flavour.

For example, the content

- [x] one
- [ ] two
- [ ] three

should render as such: