summaryrefslogtreecommitdiffstats
path: root/panupdate
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-10-29 19:05:50 -0400
committermjfernez <mjf@mjfer.net>2021-10-29 19:05:50 -0400
commitabf4347b277c4eb35e6e25371da130ea5e54a5d9 (patch)
tree01d5d50119a07b2d0d7146e6dce816fffebfc266 /panupdate
parent121444d36e7a3cfe01f7a79bffcea7e92a944e70 (diff)
downloadsite-files-abf4347b277c4eb35e6e25371da130ea5e54a5d9.tar.gz
Scrub ascii
Diffstat (limited to 'panupdate')
-rwxr-xr-xpanupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/panupdate b/panupdate
index 1688fe8..9834543 100755
--- a/panupdate
+++ b/panupdate
@@ -8,7 +8,7 @@ do
then
newfile=$(sed "s/\.md\///; s/md/html/" <<< $file)
echo "Saved "$file" to "$newfile
- pandoc -f markdown-smart $file -t html -o $newfile
+ pandoc --ascii -f markdown-smart $file -t html -o $newfile
fi
done
done