Skip to content

Commit 969a8e5

Browse files
author
Hao Ziyu
committed
Fix comments
Signed-off-by: Hao Ziyu <[email protected]>
1 parent c0ebe19 commit 969a8e5

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)