Hello World
Hello World
Welcome to Sonagi Garden. This is a sample note to test the rendering capabilities.
Typography Test
This is a paragraph with bold text, italic text, and inline code.
“Digital gardens are a different way of thinking about online publishing.” — Joel Hooks
Lists
- Item 1
- Item 2
- Nested Item
- Item 3
- Ordered Item 1
- Ordered Item 2
Code Block
function hello(name: string) {
console.log(`Hello, ${name}!`);
}