Task List Rendering Test
Contents
This post tests the rendering of task lists in Markdown.
Basic Task Lists
- Unchecked Task
- Checked 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
- Child Task 2.1
- Grandchild Task 2.1.1
- Grandchild Task 2.1.2
- Child Task 2.1
Extended Task Lists (Custom Icons)
- Cancelled Task
- In Progress Task
- Scheduled Task
- Rescheduled Task
- Important Task
- Question Task
- Regular list item
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.
Included in Collection・Tests 15