mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-02 05:33:38 +08:00
16 lines
152 B
Markdown
16 lines
152 B
Markdown
|
---
|
||
|
title: Markdown test
|
||
|
variables:
|
||
|
sitename: A Caddy website
|
||
|
---
|
||
|
|
||
|
## Welcome on the blog
|
||
|
|
||
|
Body
|
||
|
|
||
|
``` go
|
||
|
func getTrue() bool {
|
||
|
return true
|
||
|
}
|
||
|
```
|