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.
- data/Rakefile +1 -1
- data/lib/model_formatting.rb +1 -0
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/model_formatting.rb
CHANGED
|
@@ -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:
|
|
4
|
+
hash: 195
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
9
|
- 3
|
|
10
10
|
- 18
|
|
11
|
-
-
|
|
12
|
-
version: 0.2.3.18.
|
|
11
|
+
- 6
|
|
12
|
+
version: 0.2.3.18.6
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- ENTP
|