feat: minor improvements

This commit is contained in:
2025-07-08 16:22:36 +02:00
parent d0835706d4
commit 03f30d8e64
5 changed files with 55 additions and 22 deletions

5
tasks/preview-doc.sh Normal file → Executable file
View File

@@ -1 +1,4 @@
docs="$(ls -R . | grep "\.md")"
[[ $# -ne 1 ]] && exit 1;
FILE_NAME="md_preview_intex.html"
fswatch -0 "$1" | pandoc -f markdown $1 > $FILE_NAME && surf $FILE_NAME
rm $FILE_NAME