Back to Blog

· 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
  1. Numbered
  2. Numbered

Code

Inline code and block:

const x: number = 42;

Blockquote

This is a blockquote.

Table

FeatureStatus
JSON content
Islands
Forms

astro-landing-kit on GitHub

Related Posts

View All Posts »