· astro-landing-kit · tutorials · 1 min read
Markdown elements demo
A reference post showing all supported markdown elements — headings, lists, tables, code blocks, blockquotes.
Headings
H1
H2
H3
Lists
- Bullet item
- Bullet item
- Nested
- Numbered
- Numbered
Code
Inline code and block:
const x: number = 42;Blockquote
This is a blockquote.
Table
| Feature | Status |
|---|---|
| JSON content | ✅ |
| Islands | ✅ |
| Forms | ✅ |