One of the many things, users missed is the ability to format their text. With markdown support added, things like having
are now possible.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}
Oh! visit the blog soon for a write-up about the blog software.