mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-02 13:59:50 +08:00
bc2feece4b
Changed the tests accordingly.
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
|
|
}
|
|
```
|