diff options
Diffstat (limited to 'panupdate')
| -rwxr-xr-x | panupdate | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
