From 3587076aed88a19246ffc7bfeeddde96bb6b38a0 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 20 Jul 2011 00:41:21 -0400 Subject: [PATCH] updated gist_tag.rb to use
s to get around RDiscount's foolishness --- plugins/gist_tag.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gist_tag.rb b/plugins/gist_tag.rb index 0a8797f..946ea23 100644 --- a/plugins/gist_tag.rb +++ b/plugins/gist_tag.rb @@ -34,8 +34,8 @@ module Jekyll def html_output_for(script_url, code) code = CGI.escapeHTML code <<-HTML - - +
+
HTML end