Skip to content

Commit baf5005

Browse files
authored
Merge pull request #33 from hzy001/master
Fix comments
2 parents c0ebe19 + 969a8e5 commit baf5005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# substr($0, length($0), 1)
1515
#
1616
# 3.2 Get level from 3.1 and insert corresponding number of spaces before '*':
17-
# sprintf("%*s", substr($0, length($0), 1)*2, " ")
17+
# sprintf("%*s", substr($0, length($0), 1)*3, " ")
1818
#
1919
# 4. Find head's text and insert it inside "* [ ... ]":
2020
# substr($0, match($0, /a>.*<\/h/)+2, RLENGTH-5)

0 commit comments

Comments
 (0)