diff options
| author | mjfernez <mjf@mjfer.net> | 2021-10-29 19:05:50 -0400 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-10-29 19:05:50 -0400 | 
| commit | abf4347b277c4eb35e6e25371da130ea5e54a5d9 (patch) | |
| tree | 01d5d50119a07b2d0d7146e6dce816fffebfc266 /panupdate | |
| parent | 121444d36e7a3cfe01f7a79bffcea7e92a944e70 (diff) | |
| download | site-files-abf4347b277c4eb35e6e25371da130ea5e54a5d9.tar.gz | |
Scrub ascii
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 | 
