asciidoctor-dita-topic 1.4.1 → 1.4.2
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/version.rb +1 -1
- data/lib/dita-topic.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 309a32eee2e59c3b1ef187bfbf1a36a87777c49834aae48c5c4889313638ab53
|
|
4
|
+
data.tar.gz: 4653870065c2f971cdaefa3c372c30bb3d22ee20cc88c0daf54f30b912eb8f21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99037921c854d2a292fb3d973373cdc2e89e5a99d76b98755e20a0f9e7e8dc5b096530428c0a2e629b73e0344840537e89ef4e50815f1e30243b72b5ff16ea18
|
|
7
|
+
data.tar.gz: eca7844a1bfb3f1afea7dbbdfe4b78d0ffbedd6927f8c180615ffa11d899a1c0832ca181321d94ea8615ec4aecddf77c3d941e5b4a11cc18dac6a256cc913c9a
|
data/lib/dita-topic/version.rb
CHANGED
data/lib/dita-topic.rb
CHANGED
|
@@ -300,7 +300,7 @@ class DitaTopic < Asciidoctor::Converter::Base
|
|
|
300
300
|
case node.type
|
|
301
301
|
when :link
|
|
302
302
|
# Compose an external link:
|
|
303
|
-
%(<xref href="#{node.target}" scope="external"#{compose_id node.id}#{compose_metadata node.role}>#{node.text}</xref>)
|
|
303
|
+
%(<xref href="#{node.target}" format="html" scope="external"#{compose_id node.id}#{compose_metadata node.role}>#{node.text}</xref>)
|
|
304
304
|
when :xref
|
|
305
305
|
# NOTE: While AsciiDoc is happy to reference an ID that is not
|
|
306
306
|
# defined in the same AsciiDoc file, DITA requires the topic ID as
|