This is a post to test markdown rendering with static sites. Here’s some bold text and some italic text. package main import "fmt" func main() { fmt.Println("Hello, World!") }