We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9311268 commit ce1c8e1Copy full SHA for ce1c8e1
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