1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:59:46 +00:00

doc testing readme

This commit is contained in:
deadc0de6
2020-09-12 15:29:48 +02:00
parent a8f674d5b0
commit 82a1356747

View File

@@ -79,6 +79,7 @@ if [ "$r" != "0" ]; then
echo "[WARNING] install \"remark\" to test the doc"
else
remark -f -u validate-links docs/
remark -f -u validate-links *.md
fi
## done