mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Enhancement: Task list: change / add class to <li> item when checked as complete #229
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 @ckuhlmann on GitHub (Oct 19, 2018).
It would be great if the list items in the task list that contain checked checkboxes would get an (additional) class that indicates this state. This would make it much easier to style the list via css (e.g. allow CSS version 2 styling without using scripts).
Thanks for considering.
current output:
suggested output:
alternative suggested output: