Skip to content

Commit

Permalink
changed autogeneration infoline from header to italics
Browse files Browse the repository at this point in the history
  • Loading branch information
mmayr-sgfy committed Oct 25, 2023
1 parent 4cafa37 commit fedb5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
buf.WriteString("\n")
}
if !cmd.DisableAutoGenTag {
buf.WriteString("###### Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + "\n")
buf.WriteString("*Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + "*\n")
}
_, err := buf.WriteTo(w)
return err
Expand Down

0 comments on commit fedb5c6

Please sign in to comment.