markdown2confluence 0.0.1d → 0.0.1e
Sign up to get free protection for your applications and to get access to all the features.
data/bin/markdown2confluence
CHANGED
@@ -116,7 +116,7 @@ module Kramdown
|
|
116
116
|
def convert_html_element(el, indent)
|
117
117
|
markup=case el.value
|
118
118
|
when "iframe" then "{iframe:src=#{el.attr["src"]}}"
|
119
|
-
when "pre" then "{
|
119
|
+
when "pre" then "{code}#{inner(el,indent)}{code}"
|
120
120
|
else inner(el, indent)
|
121
121
|
end
|
122
122
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: markdown2confluence
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 34
|
5
5
|
prerelease: 5
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 1
|
10
|
-
-
|
11
|
-
version: 0.0.
|
10
|
+
- e
|
11
|
+
version: 0.0.1e
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Patrick Debois
|