remove header tags, they're part of kramdown already

This commit is contained in:
Riccardo Spagni 2015-02-19 22:08:38 +02:00
parent 4735c893ad
commit b26f3958fb
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -58,9 +58,6 @@ module Jekyll
end
end
# add H3 id tags
content.gsub(/(\n### .*\n)/, '\1' + ' {#' + '\1'.downcase.strip.gsub(' ', '-').gsub(/[^\w-]/, '') + '}')
base_converter(content)
end
end