aboutsummaryrefslogtreecommitdiff
path: root/test/command/tasklist.md
AgeCommit message (Collapse)Author
2022-06-23Remove extra soft break for tasklist (#8142)black-desk
Browser will display the extra newline character between checkbox and text as a space, which make tasklist items cannot be aligned. I just remove it.
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane
This will allow styling unordered task lists in a way that omits the bullet.
2019-01-02Implement task lists (#5139)Mauro Bieg
Closes #3051