From b26f3958fbfe18a232b6daa811616a673d81ae88 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Thu, 19 Feb 2015 22:08:38 +0200 Subject: [PATCH] remove header tags, they're part of kramdown already --- _plugins/moneropedia.rb | 3 --- 1 file changed, 3 deletions(-) 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