mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
remove header tags, they're part of kramdown already
This commit is contained in:
parent
4735c893ad
commit
b26f3958fb
@ -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 New Issue
Block a user