mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
1.1 KiB
1.1 KiB
title, date, collections, categories, tags
| title | date | collections | categories | tags | |||
|---|---|---|---|---|---|---|---|
| Task List Rendering Test | 2026-02-28T08:54:02+08:00 |
|
|
|
This post tests the rendering of task lists in Markdown.
Basic Task Lists
- Unchecked Task
- Checked Task
- Regular list item
Extended Task Lists (Custom Icons)
- [-] Cancelled Task
- [/] In Progress Task
- [<] Scheduled Task
- [>] Rescheduled Task
- [!] Important Task
- [?] Question Task
- Regular list item
Nested Task Lists (Bug Fix Verification)
- Parent Task 1
- Child Task 1.1
- Child Task 1.2
- Regular list item
- [/] Parent Task 2
- Regular list item
- Child Task 2.1
- Grandchild Task 2.1.1
- [-] Grandchild Task 2.1.2
- [<] Scheduled Task
- [>] Rescheduled Task
- [!] Important Task
- [?] Question Task
Mixed Content in List Items
- Task with bold and italic text
- Task with
inline code - Task with some link
- Multi-line task that spans across multiple lines and still renders correctly as a single list item.