cebe / markdown

A super fast, highly extensible markdown parser for PHP
http://markdown.cebe.cc/
MIT License
999 stars 140 forks source link

Consider support for Task lists in GFM #29

Open cebe opened 10 years ago

cebe commented 10 years ago

https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments

Not sure how exactly as there is an interface needed to work with the information externally.

samdark commented 10 years ago

I don't think it's in the scope of the library itself. It should be possible to extend it to support it but that's too github-specific to implement.

maximal commented 10 years ago

Agree with @samdark. It can be implemented like extension if needed.

doekenorg commented 5 years ago

We also needed this, so we built a trait for it you can easily use.

Get your copy right here: https://github.com/kirra/markdown-task-lists.