remove fancy ' and "s to make machine edits easier
these can be restored in the output anyway Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
71c50c340c
commit
09797197e8
37140
patches/base/012-de-fancy-marks.patch
Normal file
37140
patches/base/012-de-fancy-marks.patch
Normal file
File diff suppressed because it is too large
Load Diff
7
scripts/base/012-de-fancy-marks.sh
Executable file
7
scripts/base/012-de-fancy-marks.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Remove fancy marks like “. They can be readded by the Markdown processor output later,
|
||||
# but right now they just complicate further cleanups.
|
||||
sed -E 's/“/"/g' _tmp/ccsrd.md > _tmp/ccsrd.new.md
|
||||
sed -E 's/”/"/g' -i _tmp/ccsrd.new.md
|
||||
sed -E "s/‘/'/g" -i _tmp/ccsrd.new.md
|
||||
sed -E "s/’/'/g" -i _tmp/ccsrd.new.md
|
Loading…
x
Reference in New Issue
Block a user