asciidoctor-dita-topic 1.1.6 → 1.1.7
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/lib/dita-topic.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4b26a1477f1c04a80a531ac9304b588a3187a8b65382e861481c52d406b5032
|
4
|
+
data.tar.gz: 4407df219231cd3e2d1e787cb0a527ec81cbf3ef50deb6f6765e6a4333663a35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c0bc3dbb1d5858fa3e3c8cdc299d0a6ca1fa7deab58ad4a6aa2eae459142cd281e219b840be222e4d38b48c86b71f7ab79d57fc22ed38d2f6f7199e045d447f
|
7
|
+
data.tar.gz: 99f53ec1c0b3d617e69d85b5e8836fdb505c5b3ca28d0919eda65f0dee165302675cf6b310d425fe3b9fa8fc228358c00ae1d9acad71952c08d87b114032cdfe
|
data/lib/dita-topic.rb
CHANGED
@@ -229,7 +229,7 @@ class DitaTopic < Asciidoctor::Converter::Base
|
|
229
229
|
|
230
230
|
def convert_example node
|
231
231
|
# Issue a warning if the example is nested:
|
232
|
-
|
232
|
+
if (parent = node.parent.context) != :document && parent != :preamble
|
233
233
|
logger.warn "#{NAME}: Examples not supported within #{parent} in DITA"
|
234
234
|
end
|
235
235
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-dita-topic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jaromir Hradilek
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-05-
|
10
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: asciidoctor
|