markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Consider support for Task lists in GFM

Open cebe opened this issue 11 years ago • 3 comments

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.

cebe avatar Feb 24 '14 13:02 cebe

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.

samdark avatar Feb 24 '14 13:02 samdark

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

maximal avatar Feb 25 '14 12:02 maximal

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.

doekenorg avatar Oct 15 '19 12:10 doekenorg