Closed AmazingRise closed 4 years ago
Official Github flavored markdown spec does not add such classes.
I would like to make a few follow up points before this gets closed again:
contains-task-list
to the <ul>
element and task-list-item
to the li
element.Given that removing the list item marker and providing custom styling to checkboxes are both nearly impossible without adding class names, can we reconsider this?
Here is an example: https://gist.github.com/codelogic/6842851cbe05c88a5fffa7cc3bb0b30f
Please answer the following before submitting your issue:
ul
, so it will be easy for developers to distinguish the task list and normal list, also be convenient to customize the style of task-list.