We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9311268 + ce1c8e1 commit 23b0b43Copy full SHA for 23b0b43
scripts/format-markdown.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-SRCDIR="$(dirname "${BASH_SOURCE[0]}")" # check on Windows
+SRCDIR="$(dirname "${BASH_SOURCE[0]}")"
4
5
for filename in $*; do
6
# mostly to format code blocks with examples, unfortunately messes up bullet lists and tables
0 commit comments