From abf4347b277c4eb35e6e25371da130ea5e54a5d9 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 29 Oct 2021 19:05:50 -0400 Subject: Scrub ascii --- panupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panupdate') 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 -- cgit v1.2.3