Remove :header_hashtags option and adjust tests

This commit is contained in:
kristi
2012-05-14 00:38:27 -07:00
parent 4fa2cdf8d9
commit b0ba205532
6 changed files with 14 additions and 35 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ module Gollum
anchor['class'] = 'anchor'
anchor['id'] = id
anchor['href'] = '#' + id
h.child.before(anchor)
h.add_child(anchor)
# Build TOC
toc ||= Nokogiri::XML::Node.new('ul', doc)