1.0.6 (11 Feb 2023)
-
Add task list support ffe80f3
Both ordered and unordered task lists, at least 3 levels deep.
-
Add missing checked/done style for OL tasks 2d4c046
In default theme, UL tasks (
- [x] Fix it
) are rendered with a strikethrough and muted color, but OL tasks (1. [x] Fix it
) are not. This adds the same style to the OL tasks. -
Override text selection color e1ffff8