Skip to content

Commit 5b42949

Browse files
committed
Update required version of mdtoc
v1.1.0 (which is 3 years old, but only 1 commit newer than what we're currently using) correctly handles headings with backticked elements.
1 parent 11ded29 commit 5b42949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/update-toc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# keep in sync with hack/verify-toc.sh
22-
TOOL_VERSION=b8c54a57d69f29386d055584e595f38d65ce2a1f
22+
TOOL_VERSION=v1.1.0
2323

2424
# cd to the root path
2525
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"

hack/verify-toc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# keep in sync with hack/update-toc.sh
22-
TOOL_VERSION=b8c54a57d69f29386d055584e595f38d65ce2a1f
22+
TOOL_VERSION=v1.1.0
2323

2424
# cd to the root path
2525
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"

0 commit comments

Comments
 (0)