lib/redcarpet.rb in redcarpet-1.11.2 vs lib/redcarpet.rb in redcarpet-1.11.3
- old
+ new
@@ -24,10 +24,10 @@
# rescue LoadError
# require 'bluecloth'
# end
#
class Redcarpet
- VERSION = '1.11.2'
+ VERSION = '1.11.3'
# Original Markdown formatted text.
attr_reader :text
# Set true to have smarty-like quote translation performed.