kramdown-rfc2629 1.0.24 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f7ffbb307d869f0fedc609bf116991a1f892560
4
- data.tar.gz: f7ce03d255ce37509f123673239e17067361a402
3
+ metadata.gz: 4e0765a147a4092c022f5bc995a31bfe0b411aff
4
+ data.tar.gz: 8e0ab344a29793ac5ac528fd587febb8073d713e
5
5
  SHA512:
6
- metadata.gz: b4edb8f0d185adbd7edc6f83575f5db012f17e1d63139f9d203143baa3e2525ae5f8abc466bcfb0ffa906b7f66e1c8fa1d855d10bd1a5ad79e1470efdbaeb94d
7
- data.tar.gz: 6d37ef0e00dd773f488b361caeff06932da8160e556502f532fa0a1cd6a60dea2ded542280bb243b7aa9914d1c3ce61116e3a1e987e74a1e69e31b96f463b76b
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 case-insensitively) is
268
- entered into the index automatically for each place where it occurs.
269
- If no title is given, just the word is entered (first example). If
270
- one is given, that becomes the main item (the auto-indexed word
271
- becomes the subitem, second example). If full control is desired
272
- (e.g., for multiple entries per occurrence), just write down the full
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
 
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'kramdown-rfc2629'
3
- s.version = '1.0.24'
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.24
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-14 00:00:00.000000000 Z
11
+ date: 2015-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown