diff --git a/.config/helix/scripts/format_markdown.fish b/.config/helix/scripts/format_markdown.fish index 0d2e9ca6..399f384f 100755 --- a/.config/helix/scripts/format_markdown.fish +++ b/.config/helix/scripts/format_markdown.fish @@ -1,5 +1,5 @@ #!/bin/fish -cat | markdown-toc --bullets - --no-firsth1 - | dprint fmt --stdin md +cat | markdown-toc --bullets - --no-firsth1 - # set -l input (cat)