Skip to content

Commit

Permalink
Change code example type
Browse files Browse the repository at this point in the history
The new docs site uses `console` instead of `terminal` to be compatible with Pygments.
  • Loading branch information
rakuista authored Feb 4, 2025
1 parent 63089cd commit eef2cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/bufpkg/bufcobra/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func generateMarkdownPage(
p("\n\n")
if command.Runnable() {
p("### Usage\n")
p("```terminal\n$ %s\n```\n\n", command.UseLine())
p("```console\n$ %s\n```\n\n", command.UseLine())
}
if len(command.Long) > 0 {
p("### Description\n\n")
Expand Down

0 comments on commit eef2cd9

Please sign in to comment.