kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

No support for checkboxes / tasklist #42

Closed CyberPunkCodes closed 7 years ago

CyberPunkCodes commented 9 years ago

I am trying to get a simple todo list for the project I am on. Just to keep orderly, and for the client to see. Once in production, it would be removed..

I am looking for GitHub based markdown. ie: anything we can do on GitHub, we should be able to do with a markdown extension that "supports" GitHub.

- [x] checked
- [ ] unchecked

These seem to be unsupported by your extension.

kartik-v commented 7 years ago

It depends currently on PHP Markdown Extra Library and whatever it supports.

Will update later in case I can add other libraries.