mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
remove header tags, they're part of kramdown already
This commit is contained in:
parent
4735c893ad
commit
b26f3958fb
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue