Add script to remove './' in markdown links
This commit is contained in:
3
.bin/remove-markdown-relative-link-prefix
Executable file
3
.bin/remove-markdown-relative-link-prefix
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sed -i -r 's/\[*\]\(\.\/([A-z-]*.md)/\]\(\1/g' *.md
|
||||||
Reference in New Issue
Block a user