We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fa328 commit a3a47f9Copy full SHA for a3a47f9
1 file changed
gh-md-toc
@@ -20,7 +20,7 @@
20
# substr($0, match($0, /a>.*<\/h/)+2, RLENGTH-5)
21
#
22
# 5. Find anchor and insert it inside "(...)":
23
-# substr($0, match($0, "href=\".*\" ")+5, RLENGTH-6)
+# substr($0, match($0, "href=\"[^\"]+?\" ")+6, RLENGTH-8)
24
25
26
gh_toc_version="0.4.6"
0 commit comments