Zola Test Page
General Information
This page is simply to test how Zola handles markdown. I added a couple shortcodes, you're able to see those at the bottom of the page.
The font I currently use should support ligatures as well.
Heading 1
Heading 2
Heading 3
Normal text
Normal paragraph text. Bold, italic, bold italic, strikethrough, and inline code.
Ligatures: -> --> => ==> != <= >= == === — en–dash … ellipsis
A link and an auto-link: https://www.getzola.org
Simple blockquote.
Nested blockquote.
- Item one
- Item two
- Nested item
- First
- Second
- Third
- Done
- Not done
fn main() {
println!("Hello, Zola!");
}
| Column A | Column B | Column C |
|---|---|---|
| One | Two | Three |
| Four | Five | Six |
Tip: This is a tip shortcode.
Note: This is an info shortcode.
Warning: This is a warning shortcode.
Pro Tip: Shortcode with a custom label.
Did you know?: Shortcode with a custom label.
Watch out: Shortcode with a custom label.