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 1ee0be8 commit 69e880aCopy full SHA for 69e880a
tests/tests.bats
@@ -51,7 +51,7 @@ load test_helper
51
assert_equal "${lines[14]}" "* [Docker](#docker)"
52
assert_equal "${lines[15]}" " * [Local](#local)"
53
assert_equal "${lines[16]}" " * [Public](#public)"
54
- assert_equal "${lines[17]}" "Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)"
+ assert_equal "${lines[17]}" "<!-- Created by https://github.com/ekalinin/github-markdown-toc -->"
55
56
}
57
@test "TOC for remote README.md" {
0 commit comments