Second Post — Formatting Examples

May 10, 2026


Home     About Me

This post exists to show how the styles look in practice.

Headings render with extra top spacing

Paragraphs use a slightly larger reading size than the post-card descriptions on the index page. Inline code spans get a yellow background with an orange border. Italic and bold work as expected.

Block quotes have a soft orange left border to match the link accent.

Lists

  1. First
  2. Second
  3. Third

Code blocks

def hello(name: str) -> str:
    return f"Hello, {name}!"

Links

External links work like any other Markdown link — for example, the reference design.