My First Post
Introduction
This is bold text, and this is emphasized text.
Visit the Hugo website!
Code example
This is a code snippet:
def hello():
print("hi!")
Another in Go:
package main
import "fmt"
func main() {
for i := 0; i < 3; i++ {
fmt.Println("Value of i:", i)
}
}
This is plain text:
hi there
huh
Here is a block quote:
And then I said this!