AutoYADM commit: 2025-04-01 15:30:17

This commit is contained in:
Daniel Fichtinger 2025-04-01 15:30:17 -04:00
parent 34a2dc8d04
commit 46a84b5c77
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
#!/bin/fish
cat | markdown-toc --bullets - --no-firsth1 - | dprint fmt --stdin md
# set -l input (cat)