Typography Showcase

This page exists to test how the design system renders common Markdown content. If something looks broken, it's a feature. Probably.

Heading Level 2

A paragraph with bold text, italic text, strikethrough, and inline code.

Heading Level 3

Another paragraph with a link to About and a longer sentence to evaluate line length and rhythm.

Heading Level 4

  1. Ordered list item one
  2. Ordered list item two
  3. Ordered list item three

Chuck Norris doesn't close Neovim. He just kills the terminal.

Code

Inline command: i18n-hunt --help

npm run i18n-hunt
echo "Olá Mundo!"
fn greet(name: &str) -> String {
    format!("Hello, {}!", name)
}
// could've been a shell script. rewrote it in Rust anyway.

Table

ItemTypeNotes
HeadingsStructureVisual hierarchy check
ListsContentSpacing and marker rendering
Code blocksTechnicalFont, padding, overflow
TablesDataBorders and alignment

Checklist

Horizontal Rhythm

First paragraph in a section.

Second paragraph to check spacing between blocks.

Third paragraph with a final sentence for visual cadence.