diff --git a/_plugins/moneropedia.rb b/_plugins/moneropedia.rb index 708ed4e3..9063f4e1 100644 --- a/_plugins/moneropedia.rb +++ b/_plugins/moneropedia.rb @@ -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