Hello World

This is a style reference post. Every markdown element the blog supports is demonstrated below.

Headings

This is an h3

Regular paragraph text follows headings. The body uses monospace typography at 0.95rem with 1.6 line-height.

Text formatting

This is bold text and this is italic text. You can also use bold italic together. Here is strikethrough text.

Here is a link to Astro and here is another link to GitHub. Links use the accent color and transition on hover.

Lists

Unordered list:

Ordered list:

  1. First step
  2. Second step
  3. Third step

Blockquotes

This is a blockquote. It uses a left border and muted text color to visually separate quoted content from the surrounding text.

Code

Inline code looks like const x = 42 within a sentence.

A fenced code block:

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

console.log(greet('world'));

Horizontal rules

Content above the rule.


Content below the rule.

Images

Placeholder image

Tables

FeatureStatus
Light modeDone
Dark modeDone
Theme toggleDone

Nested content

A blockquote containing bold, italic, and inline code.

  • And a list inside a blockquote
  • With multiple items
  1. An ordered list with:
    • A nested unordered list
    • With two items
  2. Back to the outer list