Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 88ed4a9

Browse files
committed
Fix markdown header
License: MIT Signed-off-by: Hector Sanjuan <[email protected]>
1 parent 5796e22 commit 88ed4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type MarkdownFormatter struct{}
1515

1616
func (md *MarkdownFormatter) GenerateIntro() string {
1717
buf := new(bytes.Buffer)
18-
fmt.Fprintf(buf, `----
18+
fmt.Fprintf(buf, `---
1919
title: "HTTP API"
2020
weight: 20
2121
menu:
2222
reference:
2323
parent: api
24-
----
24+
---
2525
2626
<!-- TODO: Describe how to change ports and configure the API server -->
2727
<!-- TODO: Structure this around command groups (dag, object, files, etc.) -->

0 commit comments

Comments
 (0)