1
0
This commit is contained in:
2026-05-12 20:00:01 +02:00
parent 1ac05decbd
commit 4869d575af
2 changed files with 25 additions and 1 deletions

View File

@@ -101,5 +101,5 @@ find . -type f -name "*.md" -print0 | while IFS= read -r -d '' mdfile; do
echo "$HTML_END"
} > "$html_final"
echo "Converted: $mdfile -> $html_final (+ .raw)"
echo "Converted: $mdfile"
done