1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Add Travis test 11

This commit is contained in:
David Young
2018-06-06 21:48:01 +12:00
parent ac7d021b67
commit 26e9fa4332

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Markua doesn't know what to do with 4 backticks (````), so convert to 3:
find manuscript -type f -name "*.md" -print0 | xargs -0 sed "s/````/```/g"
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/\`\`\`\`/\`\`\`/g"
# Do nothing, yet. This is where the sed magic will go