diff --git a/doc/md_docs.go b/doc/md_docs.go index b437d812..d7a2c2b6 100644 --- a/doc/md_docs.go +++ b/doc/md_docs.go @@ -82,7 +82,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string) return err } if hasSeeAlso(cmd) { - buf.WriteString("### SEE ALSO\n") + buf.WriteString("### SEE ALSO\n\n") if cmd.HasParent() { parent := cmd.Parent() pname := parent.CommandPath()