replace the \' in the markdown with '

not sure why Pandoc did what it did
This commit is contained in:
Brian S. Stephan 2025-07-21 00:06:18 -05:00
parent 7bfd97c1d6
commit f70e795ffa
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 38675 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
#!/bin/bash
# not sure why Pandoc did this
sed -E "s/\\\'/'/" _tmp/ccsrd.md > _tmp/ccsrd.new.md