1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Don't highlight the anchors

This commit is contained in:
Sam Stephenson
2011-08-11 14:26:53 -05:00
parent bfa71017ae
commit 6c468d6166
2 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ def mdtoc(markdown)
end
name = section.join(".")
lines[line_no] = %(#{"#" * level} <a name="section_#{name}">#{name}</a> #{text})
lines[line_no] = %(#{"#" * level} <a name="section_#{name}"></a> #{name} #{text})
title_info << section
last_section = section