Skip to content

Commit 1424a45

Browse files
committed
Include anchors on headings
The anchors are expected to exist and are linked to from a variety of internal pages.
1 parent c0a4502 commit 1424a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def readme_to_html(fname, path, with_toc = false, fragment = false)
165165
markdown = Kramdown::Document.new(markdown_string,
166166
:fenced_code_blocks => true,
167167
:syntax_highlighter => :rouge,
168-
:auto_ids => false)
168+
:auto_ids => true)
169169

170170
html = cleanup(markdown.to_html, fragment)
171171
File.open(fname, 'w') do |io|

0 commit comments

Comments
 (0)