feat(task-lists): add support for "Important Checked" task (#734)

This commit is contained in:
Cell
2026-04-19 05:00:09 +08:00
committed by GitHub
parent 4982231d5f
commit 9ada69ed71
24 changed files with 59 additions and 18 deletions
@@ -26,6 +26,7 @@ This post tests the rendering of task lists in Markdown.
- [<] Scheduled Task
- [>] Rescheduled Task
- [!] Important Task
- [!x] Important Checked Task
- [?] Question Task
- Regular list item
@@ -43,6 +44,7 @@ This post tests the rendering of task lists in Markdown.
- [<] Scheduled Task
- [>] Rescheduled Task
- [!] Important Task
- [!x] Important Checked Task
- [?] Question Task
## Mixed Content in List Items