We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19accc commit 3e18790Copy full SHA for 3e18790
devtools/format_md.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+set -o errexit -o nounset -o pipefail
3
+command -v shellcheck > /dev/null && shellcheck "$0"
4
+
5
+npx [email protected] --write --prose-wrap always "./**/*.md"
0 commit comments