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
- First item
- Second item
- Nested bullet
- Another one
Links and images
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.