model_formatting 0.2.3.18.5 → 0.2.3.18.6

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/model_formatting.rb +1 -0
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/testtask'
3
3
 
4
4
  spec = Gem::Specification.new do |s|
5
5
  s.name = "model_formatting"
6
- s.version = "0.2.3.18.5"
6
+ s.version = "0.2.3.18.6"
7
7
  s.author = "ENTP"
8
8
  s.email = "company@entp.com"
9
9
  s.homepage = "http://github.com/entp"
@@ -192,6 +192,7 @@ module ModelFormatting
192
192
  require 'redcarpet'
193
193
  def self.process_markdown(text)
194
194
  markdown = Redcarpet::Markdown.new(Redcarpet::Render::Custom,
195
+ :no_intra_emphasis => true,
195
196
  :tables => true,
196
197
  :fenced_code_blocks => true,
197
198
  :space_after_headers => true
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_formatting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 197
4
+ hash: 195
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 3
10
10
  - 18
11
- - 5
12
- version: 0.2.3.18.5
11
+ - 6
12
+ version: 0.2.3.18.6
13
13
  platform: ruby
14
14
  authors:
15
15
  - ENTP