lib/jekyll/converters/markdown.rb in jekyll-0.6.0 vs lib/jekyll/converters/markdown.rb in jekyll-0.6.1

- old
+ new

@@ -1,11 +1,11 @@ module Jekyll class MarkdownConverter < Converter safe true - pygments_prefix '\n' - pygments_suffix '\n' + pygments_prefix "\n" + pygments_suffix "\n" def setup return if @setup # Set the Markdown interpreter (and Maruku self.config, if necessary) case @config['markdown']