mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Remove Emojis
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
# Markua doesn't know what to do with 4 backticks (````), so convert to 3:
|
||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/\`\`\`\`/\`\`\`/g"
|
||||
|
||||
# Markua doesn't like emojis, so remove them:
|
||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "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
|
||||
|
||||
Reference in New Issue
Block a user