Markdown Showcase
ReferencemarkdownprismjsA 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
.blockquoteclass via the post template.
- bullet one
- bullet two
- ordered one
- ordered two
export const greet = (name: string): string => `Hello, ${name}!`