From fce4cdb63034b8025bd226f3b065af05f032b8df Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 1 Apr 2025 15:35:18 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-01 15:35:18 --- .config/helix/scripts/format_markdown.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)