martile 0.6.36 → 0.6.37
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 +3 -3
- data.tar.gz.sig +0 -0
- data/lib/martile.rb +5 -2
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce1d725e6741563cb5b00968413be8c8981b71c6
|
|
4
|
+
data.tar.gz: 90955ee07ce663269c9e7f5d644fcc15cf575c71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 057427ca9d6a7ff8c9c848a97d3d3a93b911b78ac2aaffd5878676aa006bf7bf206ebb20cf5884157ffad26bb1d8dc669507ec536f1b584f41222739fd224ce9
|
|
7
|
+
data.tar.gz: bf200b7e2d78294fae10f2b9f4f1741ed84611a997db81c5e3665d726c4ad1f17cc706ba4eb8fcf7716e85d037e3c9809be6ba0d6e1df3a5e69afae97bbc0c01
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
(>���l����_WT�Z�����Y�����_�5��4�q�<��(��l٣8(3+ࣾ�j���6�>�8+1��{��+ I��-�1��P���E&�� ��k��k����1�+�'������$��1�x�C�X���AG�
|
|
2
|
+
�2�ᘪP�UI��&"����t�e���{�MH<��B[�����9�������=L-�M{�#��3CX'Q�Z�xfͦ3��Mݮ
|
|
3
|
+
��*�Sg�I��*���%��$�1���o3�
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/martile.rb
CHANGED
|
@@ -9,7 +9,9 @@ require 'rdiscount'
|
|
|
9
9
|
require 'kvx'
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
# feature: 28-May-2017
|
|
12
|
+
# feature: 28-May-2017 Return characters are now stripped out.
|
|
13
|
+
|
|
14
|
+
# An embeded Dynarex table contents are now rendered to
|
|
13
15
|
# Markdown by default
|
|
14
16
|
# feature: 11-Mar-2017 A details and summary tag can now be generated from +>
|
|
15
17
|
# e.g.
|
|
@@ -48,6 +50,7 @@ class Martile
|
|
|
48
50
|
|
|
49
51
|
@ignore_domainlabel = ignore_domainlabel
|
|
50
52
|
|
|
53
|
+
raw_s.gsub!("\r",'')
|
|
51
54
|
|
|
52
55
|
s0 = raw_s =~ /^__DATA__$/ ? parse__data__(raw_s) : raw_s
|
|
53
56
|
#puts 's0: ' + s0.inspect
|
|
@@ -583,4 +586,4 @@ class Martile
|
|
|
583
586
|
s.gsub(/\B(\* +)([^\n]+)\s+(https?:\/\/.*)/,'\1[\2](\3)')
|
|
584
587
|
|
|
585
588
|
end
|
|
586
|
-
end
|
|
589
|
+
end
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|