• home
  • projects
  • writing
  • github/trqlmao (opens in new tab)
  • youtube/@opalwtf (opens in new tab)
  • discord/@opalwtf

© 2026 trq · trq.lol

writing / hello

hello

trq here

June 3, 2026· these · are · tags

This is a placeholder post. It exists for testing/development purposes mainly.

Headings and text

Body copy is Geist Sans. Inline code is mono, and links like the projects page are underlined.

Blockquotes are flush-left and italic, with no bar and no box.

Callouts

NOTE

The default callout is labelled NOTE.

HEADS UP

Pass type="warn" or type="tip", or set an explicit title.

Steps

  1. First do this.
  2. Then do that.

Code

// greet builds a friendly message
export function greet(name: string): string {
    return `hello, ${name}`;
}

ASCII diagrams

Diagrams are text, drawn with box-drawing characters. This one is labelled "a flow". Thinking the styling here might need some improvements still.

  input ──▶ transform ──▶ output
a flow

Tables

ComponentUse
Callouta labelled aside
Stepsa numbered sequence
AsciiBoxa text diagram

End every post with a Related block so nothing is an orphan. I'm taking heavy inspiration from obsidian.md with this blog.

RELATED

  • Projects
  • More writing