lib/redcarpet.rb in redcarpet-2.1.0 vs lib/redcarpet.rb in redcarpet-2.1.1

- old
+ new

@@ -1,9 +1,9 @@ require 'redcarpet.so' module Redcarpet - VERSION = '2.1.0' + VERSION = '2.1.1' class Markdown attr_reader :renderer end @@ -84,10 +84,10 @@ :filter_styles => :no_styles, :safelink => :safe_links_only, :space_header => :space_after_headers, :strikethrough => :strikethrough, :tables => :tables, - :with_toc_data => :generate_toc, + :generate_toc => :with_toc_data, :xhtml => :xhtml, # old names with no new mapping :gh_blockcode => nil, :no_tables => nil, :smart => nil,