← Back to blog
Example Post
A short intro paragraph. This appears in the summary preview if you omit the
summary frontmatter field. With the field set, this paragraph is only shown
on the detail page.
Heading level 2
Regular prose with a link, some bold, and some
italic text. Inline code looks like const x = 42.
Heading level 3
A bulleted list:
- First item
- Second item with more text to show line-height
- Third item
A numbered list:
- Step one
- Step two
- Step three
A blockquote for pull quotes or callouts. The accent-colored left border comes from
.blog-post__content blockquote.
// A fenced code block
function greet(name) {
return `Hello, ${name}`;
}
That horizontal rule above is styled. Images, when you add them, get rounded corners automatically.