Example post: writing with Markdown
This is a placeholder post that demonstrates the blog’s typography.
Headings look like this
Regular paragraph text with bold, italic and inline code.
// Code blocks are styled too
function greet(name) {
return `Hello, ${name}!`;
}
Blockquotes for the wise words of others.
- Ordered lists
- Work as expected
- So do
- Unordered ones
Delete this post when you publish your first real one.