Skip to content

Commit

Permalink
Merge pull request #4085 from OAI/ralfhandl-patch-1
Browse files Browse the repository at this point in the history
3.1.1: align format-markdown.sh with v3.0.4-dev
  • Loading branch information
ralfhandl authored Sep 12, 2024
2 parents 9311268 + ce1c8e1 commit 23b0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format-markdown.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SRCDIR="$(dirname "${BASH_SOURCE[0]}")" # check on Windows
SRCDIR="$(dirname "${BASH_SOURCE[0]}")"

for filename in $*; do
# mostly to format code blocks with examples, unfortunately messes up bullet lists and tables
Expand Down

0 comments on commit 23b0b43

Please sign in to comment.