Hello, World

This 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
  1. Numbered one
  2. Numbered two
  3. Numbered three

A blockquote to test styling.


That’s all for now.