hello
trq here
· 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
Steps
- First do this.
- 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 ──▶ outputTables
| Component | Use |
|---|---|
| Callout | a labelled aside |
| Steps | a numbered sequence |
| AsciiBox | a 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.