dotfiles/.config/helix/scripts/format_markdown.fish

5 lines
81 B
Fish
Executable file

#!/bin/fish
cat | markdown-toc --bullets - --no-firsth1 -
# set -l input (cat)