Skip to content

Commit

Permalink
Empty Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aboobaker Siddiq R <aboobakersiddiq63@gmail.com>
  • Loading branch information
aboobakersiddiqr63 committed Oct 18, 2023
1 parent d88c6dc commit b43c313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesheryctl/doc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, manuallyAddedContent map
buf.WriteString(strings.Replace(examples[i], "// ", "", -1) + "\n")
} else {
// Code Block Line

buf.WriteString(fmt.Sprintf("<pre class='codeblock-pre'>\n<div class='codeblock'>\n%s\n\n</div>\n</pre> \n\n", examples[i]))
}
}
Expand Down

0 comments on commit b43c313

Please sign in to comment.