summaryrefslogtreecommitdiffstats
path: root/panupdate
diff options
context:
space:
mode:
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