Hello World
2 min readMetaDemo
Hello World
Welcome! This post exists to show off what the blog can do. 1
Headings and Table of Contents
Every h1–h3 heading on the page is collected into the table of contents
above, complete with numbering. Try clicking an entry to jump to its section.
A Nested Heading
Third-level headings nest under their parent in the contents list.
Code Blocks
Fenced code blocks are syntax highlighted, and the language is shown as a label in the corner.
npm install
npm run dev
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
You can also drop in plain inline code like const x = 42 mid-sentence.
Quotes and Lists
A blockquote is great for highlighting an idea or a quotation.
Ordered and unordered lists both work:
- Markdown formatting
- Code highlighting
- Footnotes 2
- Write a post in Markdown
- Add some frontmatter
- Publish
Wrapping Up
That's the tour. Replace this post with your own writing whenever you're ready.