## Overview

Tables are useful for comparisons, option matrices, compatibility notes, and any content that benefits from a row-and-column layout.

## Markdown Syntax

```markdown
| Feature | Status | Notes |
|---------|--------|-------|
| Search | Done | Available in the sidebar |
| Math | Done | Rendered with KaTeX |
| Mermaid | Done | Theme-aware diagrams |
```

## Notes

- Keep column labels short and clear.
- Use tables when scanning is more important than narrative flow.
- If the content becomes too dense, split it into multiple smaller tables.