Update
This commit is contained in:
parent
124b9d1e7c
commit
3f374a4713
85 changed files with 2281 additions and 2272 deletions
3
check.sh
3
check.sh
|
@ -1,6 +1,9 @@
|
|||
#!/bin/sh
|
||||
# Checks for potential errors in articles.
|
||||
|
||||
echo "===== trailing spaces:"
|
||||
grep -rno " \+$" *.md
|
||||
|
||||
echo "===== links not ending in .md:"
|
||||
grep -rno "\[[^]]*\]([^)]*\([^.)][^)][^)]\|[^)][^m)][^)]\|[^)][^)][^d)]\))" *.md
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue