replace the \' in the markdown with '
not sure why Pandoc did what it did
This commit is contained in:
parent
7bfd97c1d6
commit
f70e795ffa
38672
patches/base/002-fix-escaped-apostrophe.patch
Normal file
38672
patches/base/002-fix-escaped-apostrophe.patch
Normal file
File diff suppressed because it is too large
Load Diff
3
scripts/base/002-fix-escaped-apostrophe.sh
Executable file
3
scripts/base/002-fix-escaped-apostrophe.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# not sure why Pandoc did this
|
||||||
|
sed -E "s/\\\'/'/" _tmp/ccsrd.md > _tmp/ccsrd.new.md
|
Loading…
x
Reference in New Issue
Block a user