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:
Brian S. Stephan 2025-04-04 17:25:27 -05:00
parent 71c50c340c
commit 09797197e8
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 37147 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View 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