Example Wiki Page

This is an example wiki page demonstrating the Markdown capabilities of your personal wiki.

Markdown Features

Basic Formatting

You can use bold, italic, and strikethrough text.

Lists

Unordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. First item
  2. Second item
  3. Third item

Code Blocks

function hello() {
  console.log('Hello, Wiki!');
}

Tables

Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4

Blockquotes

This is a blockquote. It can span multiple lines.

You can create links to other pages or external websites.

Next Steps

  1. Create more pages in the src/pages/wiki/ directory
  2. Organize them using categories in the frontmatter
  3. Link between pages using relative URLs
  4. Use the search functionality to find content