Skip to content

Commit

Permalink
Merge pull request ekalinin#33 from hzy001/master
Browse files Browse the repository at this point in the history
Fix comments
  • Loading branch information
ekalinin authored May 18, 2017
2 parents c0ebe19 + 969a8e5 commit baf5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-md-toc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# substr($0, length($0), 1)
#
# 3.2 Get level from 3.1 and insert corresponding number of spaces before '*':
# sprintf("%*s", substr($0, length($0), 1)*2, " ")
# sprintf("%*s", substr($0, length($0), 1)*3, " ")
#
# 4. Find head's text and insert it inside "* [ ... ]":
# substr($0, match($0, /a>.*<\/h/)+2, RLENGTH-5)
Expand Down

0 comments on commit baf5005

Please sign in to comment.