Markdown Showcase

Referencemarkdownprismjs

A short tour of the Markdown features the starter renders out of the box.

Heading 1

Heading 2

Heading 3

A paragraph with bold, italic, and inline code. Visit the Gatsby site for more.

Blockquotes render with the .blockquote class via the post template.

  • bullet one
  • bullet two
  1. ordered one
  2. ordered two
export const greet = (name: string): string => `Hello, ${name}!`