mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
TaskList missing CSS class #19
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 19, 2016).
The GitHub flavor for tasks lists looks like this:
It renders in Markdig into:
GitHub renders it with a class name on the
<li>element so it can be styled differently so it doesn't have a CSS list style bulletAnd the
<ul>gets a contains-task-list class attribute@xoofx commented on GitHub (Jun 20, 2016):
Should be fixed by commit
6a62ae9@madskristensen commented on GitHub (Jun 20, 2016):
Man this looks amazing now. Here's a screenshot:
Thanks for adding this