replace the \' in the markdown with '

not sure why Pandoc did what it did
This commit is contained in:
2025-07-21 00:06:18 -05:00
parent 8320accca8
commit aa38c90e35
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