mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Improve markua translation
This commit is contained in:
@@ -21,7 +21,8 @@ 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"
|
||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/😁//g"
|
||||
|
||||
|
||||
# Can't use relative paths in a book, so make all paths static
|
||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/(\//(https:\/\/geek-cookbook.funkypenguin.co.nz\/)/g"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user