Hello, World
Permalink Zach HarrisThis is the first post on zharr.is. It exercises the content schema, remark plugins, and basic prose typography.
Code Block Test
function greet(name: string): string { return `Hello, ${name}!`;}List Test
- First item
- Second item
- Third item
- Numbered one
- Numbered two
- Numbered three
A blockquote to test styling.
That’s all for now.