martile 1.6.0 → 1.6.1
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/martile.rb +3 -4
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 496f54295700a1ca4087371ae7e27477acb08055d4480ae399055c254470d5dd
|
|
4
|
+
data.tar.gz: 6b866685fd61c6198174862a4532a8510c491411951ab5265e4dca219af2796c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6204a6b4d9591dba3c33b42bbf6cbb32b59ee5856c2d6c0f066c48fe989b4e878fb5918960235f4acead66234bd651d19def9b5920d40e20a8b786db2831304
|
|
7
|
+
data.tar.gz: 5cf92d7d39b85a13a26396dd47b3ab77fd057269d718902d80be0729bad060349fc226e71541e7d0f4d94e04fa239ebcccbc94972bf1d84ed457558027281b93
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/martile.rb
CHANGED
|
@@ -194,7 +194,8 @@ class Martile
|
|
|
194
194
|
puts 's240 : ' + s240.inspect if @debug
|
|
195
195
|
s245 = s240.gsub(/\{::nomarkdown2\}/,'').gsub(/\{:2\/\}/,'')
|
|
196
196
|
puts 's245 : ' + s245.inspect if @debug
|
|
197
|
-
|
|
197
|
+
s246 = mindwords(s245)
|
|
198
|
+
@to_s = s246.to_s
|
|
198
199
|
|
|
199
200
|
s250 = apply_filter(s245) {|x| nomarkdown x }
|
|
200
201
|
puts 's250 : ' + s250.inspect if @debug
|
|
@@ -206,9 +207,7 @@ class Martile
|
|
|
206
207
|
s255 = tabs(s253)
|
|
207
208
|
puts ('s255 after tabs: ' + s255.inspect).debug if @debug
|
|
208
209
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
s257 = accordion(s256)
|
|
210
|
+
s257 = accordion(s255)
|
|
212
211
|
puts 's257 : ' + s257.inspect if @debug
|
|
213
212
|
|
|
214
213
|
toc = false if s257 =~ /class=['"]sidenav['"]>/
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|