A document for testing markdown syntax.
Extensions
Use
==peek==The effect is peek
Quote here
Note
Note here
title
Title can be included
Warning
Warning here
Important
Important here
Caution
Caution here
Pictures
{width=xx layout=grid}






Code blocks
def hello_world():
print("Hello, World!")fn main() {
println!("Hello, World!");
}package main
func main() {
fmt.Println("Hello, World!")
}