mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Support for GitHub task list syntax #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @madskristensen on GitHub (Jun 13, 2016).
It would be great if checkboxes could be shown in lists using this syntax:
GitHub parses that and adds read-only checkboxes to the list items
@xoofx commented on GitHub (Jun 15, 2016):
Task list feature added by commit
5503929@madskristensen commented on GitHub (Jun 16, 2016):
Awesome. Thanks