Creates interactive checklists with persistent storage, hierarchical checking, and optional strikethrough effects. Perfect for task lists, course progress tracking, and interactive learning activities.
Wrap a list (ul or ol) in a container with class .checklist. Each list item becomes a checkable item. Use special syntax for conditional content display.
.checklist - Main container.strikethrough - Adds strikethrough effect to checked items.hide-after - Hides content after checking (on list items).show-after - Shows content after checking (on list items)@ - Prefix for conditional content that shows after checking@ This chapter covers the fundamental concepts you'll need for the rest of the course.
@ The solution is available in the resources folder.
@ Remember to include your name and student ID in the header.
@ Welcome! This course will cover advanced programming concepts.
@ at the beginning of text to create conditional content.hide-after hides content when item is checked.show-after shows content when item is checked.strikethrough adds strikethrough effect to checked items