Skip to content

Commit

Permalink
fix: final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored and gitbutler-client committed Dec 2, 2024
1 parent de2ecd0 commit c01ed23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::only_used_in_recursion)]
//! Autogenerate Markdown documentation for clap command-line tools
//!
//! See [**Examples**][Examples] for examples of the content `clap-markdown`
Expand Down Expand Up @@ -311,9 +312,7 @@ fn build_command_markdown(

writeln!(
buffer,
"{} `{}`\n",
// "#".repeat(depth + 1),
"##",
"## `{}`\n",
command_path.join(" "),
)?;

Expand Down

0 comments on commit c01ed23

Please sign in to comment.