Test Page
Welcome to Your Test Page
This is a test page created to verify that your Zola static site generator is working correctly.
Features
Here are some markdown features you can use:
- Bold text for emphasis
- Italic text for subtlety
Inline codefor snippets- Links to other pages
Code Block
Here's an example code block:
fn main() {
println!("Hello, Zola!");
}Lists
Ordered List
- First item
- Second item
- Third item
Unordered List
- Item A
- Item B
- Item C
Blockquote
This is a blockquote. Use it to highlight important information or quotes.
That's it! Your Zola site should render this page correctly. You can customize it further by editing your theme's templates or adding more content.