Skip to content

1.0.6 (11 Feb 2023)

Compare
Choose a tag to compare
@clbn clbn released this 11 Feb 15:41
· 10 commits to master since this release
  • 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