kramdown-rfc2629 1.0.24 → 1.0.25
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
- data/README.md +7 -7
- data/bin/kramdown-rfc2629 +1 -1
- data/kramdown-rfc2629.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e0765a147a4092c022f5bc995a31bfe0b411aff
|
4
|
+
data.tar.gz: 8e0ab344a29793ac5ac528fd587febb8073d713e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d37afeb2103392a6811a4a925140faeb20174f11f48d1a6031220161d808f1cde7dd6e9c8f6117ba46662b02acfe9f81c5a0e1f25ed1751bcbf39021e35ea64
|
7
|
+
data.tar.gz: 57db8b08dc6ab61b1b37d719a8bb62205afc23f33ceedf8294869c9c8081478dfc033281e2488ee7fea53284fb194cde5cc33248849e47bbe5e9b7c86d3aa3b3
|
data/README.md
CHANGED
@@ -264,13 +264,13 @@ In addition, auto-indexing is supported by hijacking the kramdown
|
|
264
264
|
*[MUST]: BCP14
|
265
265
|
*[CBOR]: (((Object Representation, Concise Binary))) (((CBOR)))
|
266
266
|
|
267
|
-
The word in square brackets (which must match
|
268
|
-
entered into the index automatically for each
|
269
|
-
If no title is given, just the word is entered
|
270
|
-
one is given, that becomes the main item (the
|
271
|
-
becomes the subitem, second example). If full
|
272
|
-
(e.g., for multiple entries per occurrence), just
|
273
|
-
index entries instead (third example).
|
267
|
+
The word in square brackets (which must match exactly,
|
268
|
+
case-sensitively) is entered into the index automatically for each
|
269
|
+
place where it occurs. If no title is given, just the word is entered
|
270
|
+
(first example). If one is given, that becomes the main item (the
|
271
|
+
auto-indexed word becomes the subitem, second example). If full
|
272
|
+
control is desired (e.g., for multiple entries per occurrence), just
|
273
|
+
write down the full index entries instead (third example).
|
274
274
|
|
275
275
|
(1.0.20:)
|
276
276
|
As an alternative referencing syntax for references with text,
|
data/bin/kramdown-rfc2629
CHANGED
@@ -10,7 +10,7 @@ Encoding.default_external = "UTF-8" # wake up, smell the coffee
|
|
10
10
|
RE_NL = /(?:\n|\r|\r\n)/
|
11
11
|
RE_SECTION = /---(?:\s+(\w+)(-?))?\s*#{RE_NL}(.*?#{RE_NL})(?=---(?:\s+\w+-?)?\s*#{RE_NL}|\Z)/m
|
12
12
|
|
13
|
-
NMDTAGS = ["{:/nomarkdown}\n\n", "\n{::nomarkdown}\n"]
|
13
|
+
NMDTAGS = ["{:/nomarkdown}\n\n", "\n\n{::nomarkdown}\n"]
|
14
14
|
|
15
15
|
NORMINFORM = { "!" => :normative, "?" => :informative }
|
16
16
|
|
data/kramdown-rfc2629.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
2
2
|
s.name = 'kramdown-rfc2629'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.25'
|
4
4
|
s.summary = "Kramdown extension for generating RFC 2629 XML."
|
5
5
|
s.description = %{An RFC2629 (XML2RFC) generating backend for Thomas Leitner's
|
6
6
|
"kramdown" markdown parser. Mostly useful for RFC writers.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kramdown-rfc2629
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carsten Bormann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kramdown
|