Markdown Style Guide

Markdown Style Guide

Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

Typography

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Emphasis

Bold text Italic text Strikethrough

Lists

  1. First item
  2. Second item
  3. Third item
  • Bullet item 1
  • Bullet item 2
  • Bullet item 3

Astro

Images

Astro Logo

Code

inline code

function helloWorld() {
  console.log('Hello, world!');
}

Blockquotes

Markdown is a lightweight markup language with plain-text-formatting syntax.

Tables

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4