JetBrains / JetBrains/markdown
Support checklist syntax for github flavour
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
It would be nice if the checklist/todo list/task list syntax was supported for the github flavour.
For example, the content
```markdown
- [x] one
- [ ] two
- [ ] three
```
should render as such:
- [x] one
- [ ] two
- [ ] three
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.