
Markdown kitchen sink
Stress-test headings, emphasis, tables, and spacing.
Debug: parsed frontmatter JSON
{
"title": "Markdown kitchen sink",
"date": "2026-02-09",
"tags": [
"test",
"markdown"
],
"excerpt": "Stress-test headings, emphasis, tables, and spacing.",
"description": "Stress-test headings, emphasis, tables, and spacing.",
"cover": "/blog/markdown-kitchen-sink-cover.png"
}### Headings # H1 (should not be used inside posts often) ## H2 Section Some *italics*, **bold**, and ***both***. ### H3 Section A paragraph with a long line to see wrapping behavior and rhythm. The goal is to keep it readable on mobile without turning into a wall of text. ## Checklist - [x] One thing - [ ] Another thing ## Horizontal rule --- ## Another table | Metric | Value | |---|---| | Location | Bahrain | | Handle | tzilmarn |
