html_email_creator 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ module HtmlEmailCreator
13
13
 
14
14
  def initialize(text, settings)
15
15
  super
16
- @document = Kramdown::Document.new(text)
16
+ @document = Kramdown::Document.new(text, :input => 'markdown')
17
17
  end
18
18
 
19
19
  def format
@@ -1,3 +1,3 @@
1
1
  module HtmlEmailCreator
2
- VERSION = "1.0.3" unless defined?(::HtmlEmailCreator::VERSION)
2
+ VERSION = "1.0.4" unless defined?(::HtmlEmailCreator::VERSION)
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pekka Mattila