mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
15 lines
152 B
Markdown
15 lines
152 B
Markdown
---
|
|
title: Markdown test
|
|
variables:
|
|
sitename: A Caddy website
|
|
---
|
|
|
|
## Welcome on the blog
|
|
|
|
Body
|
|
|
|
``` go
|
|
func getTrue() bool {
|
|
return true
|
|
}
|
|
```
|