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 h1h3 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
  1. Write a post in Markdown
  2. Add some frontmatter
  3. Publish

Wrapping Up

That's the tour. Replace this post with your own writing whenever you're ready.

Footnotes

  1. Footnotes are rendered at the bottom and linked both ways.
  2. This blog even localizes footnote numbers for right-to-left languages.