2021-01-04 03:29:13 +00:00
|
|
|
---
|
|
|
|
title: "Example"
|
|
|
|
date: 2021-01-03T18:12:43-08:00
|
2021-07-11 22:05:25 +00:00
|
|
|
draft: true
|
2021-01-04 03:29:13 +00:00
|
|
|
tags: ["foo", "bar"]
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Markdown is fully supported
|
|
|
|
|
|
|
|
## So are a variety of other flavors
|
|
|
|
|
|
|
|
If you prefer certain flavors, you should check it
|
|
|
|
out on the official documentation.
|
|
|
|
|
|
|
|
```go
|
|
|
|
func main() {
|
|
|
|
fmt.Println("Hello world!")
|
|
|
|
}
|
|
|
|
```
|