html_email_creator 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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