Markdown Format Coverage
This fixture exercises the Markdown shapes the viewer should render cleanly. It is intentionally compact so visual regressions are easy to spot.
Inline Text
Plain text can include bold, italic, bold italic, inline code, deleted text, named links, and autolinks like https://planpack.localhost.
A blockquote should feel distinct without becoming a giant callout.
It can contain multiple paragraphs and inline formatting.
Lists
- Planning
- collect constraints
- surface blockers
- Build
- write validation first
- implement second
- verify independently
- Ordered item
- Ordered item with nested bullets
- child note
- another child note
Task List
- Render GFM task items
- Keep unchecked tasks readable
- Avoid page-level clutter
Table
| Area | Status | Notes |
|---|---|---|
| Human view | ready | Progressive disclosure preferred |
| Raw view | ready | Needs line numbers and collapsible sections |
| Pipeline view | planned | Mermaid-backed diagram |
Code
{
"plan": {
"id": "2026-06-04-markdown-format-coverage",
"featureName": "Markdown Format Coverage"
}
}
export function summarize(items: string[]) {
return items.map((item) => item.trim()).filter(Boolean);
}
Raw HTML
Expandable detail
This raw HTML block should render only after sanitization.
Footnote
Markdown footnotes should collect neatly near the bottom.1
Final paragraph after a horizontal rule.
Footnotes
-
This is a compact footnote used to check GFM rendering. ↩