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:
- First item
- Second item
- Third item
Code Blocks
function hello() {
console.log('Hello, Wiki!');
}
Tables
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
Blockquotes
This is a blockquote. It can span multiple lines.
Links
You can create links to other pages or external websites.
Next Steps
- Create more pages in the
src/pages/wiki/
directory - Organize them using categories in the frontmatter
- Link between pages using relative URLs
- Use the search functionality to find content