lib/redcarpet.rb in redcarpet-3.2.2 vs lib/redcarpet.rb in redcarpet-3.2.3
- old
+ new
@@ -1,10 +1,10 @@
require 'redcarpet.so'
require 'redcarpet/compat'
module Redcarpet
- VERSION = '3.2.2'
+ VERSION = '3.2.3'
class Markdown
attr_reader :renderer
end
@@ -52,10 +52,10 @@
'&' => '&',
'<' => '<',
'>' => '>',
'"' => '"',
"'" => ''',
- "/" => '/',
+ "/" => '/',
})
end
end
# SmartyPants Mixin module