🟣 Advanced Markdown: TOC & Task Lists

Learn how to create clickable Table of Contents links and interactive task lists in Markdown.

📚 TOC Syntax

[Introduction](#introduction)
[Features](#features)

## Introduction
Some text...

## Features
More text...
  

📚 Task Lists Syntax

- [x] Completed item
- [ ] Incomplete item
  

🖥️ Try it Yourself

Preview will appear here...
💡 Tip: Task lists render as interactive checkboxes on platforms like GitHub, and TOC links work by linking to matching ## heading IDs.