Markdown Cheatsheet

A short reference for writing posts on this blog.

Text formatting

Bold, italic, and inline code all work as expected.

Code blocks

function greet(name) {
  return `Hello, ${name}!`;
}

Lists

  1. First item
  2. Second item
    • Nested bullet
    • Another one

Astro documentation

Blockquotes

Write in Markdown, publish with a git push.

Draft posts

Add draft: true to the frontmatter to keep a post out of the build until it’s ready.