metanorma-utils 1.11.6 → 1.11.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/utils/anchor.rb +5 -4
- data/lib/utils/version.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: aad2ada58dc0997b429f6bf703c4e1495b6a2e036477ceb757048ec38995b32c
|
4
|
+
data.tar.gz: 32c86b68d932fa0dba31c0fc41931632b2a3b8cc0e964c5f6b95e7b8d3e3cd27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be9ad9ecf0e96cb3999c53fbf205bfa624c4f1ce6bd2ad0ae1e90b0c8541d5f81a24db8b702471a778464dac86fdd6f299a739c04fd8de56aa6ff478717507cc
|
7
|
+
data.tar.gz: 056d8756d3fe2788550e795693a621dfca4a716280f62aa2d74530628a40cd3c3071b24a7105528285411afdfbd9ed9444e3cf00c190c02352e6595fa8bd554f
|
data/lib/utils/anchor.rb
CHANGED
@@ -117,13 +117,14 @@ module Metanorma
|
|
117
117
|
|
118
118
|
# all element/attribute pairs that are ID anchors in Metanorma
|
119
119
|
def anchor_attributes(presxml: false)
|
120
|
-
ret = [%w(
|
121
|
-
%w(
|
122
|
-
%w(
|
123
|
-
%w(termsource bibitemid), %w(admonition target)]
|
120
|
+
ret = [%w(annotation from), %w(annotation to), %w(callout target),
|
121
|
+
%w(xref to), %w(eref bibitemid), %w(citation bibitemid),
|
122
|
+
%w(xref target), %w(label for), %w(location target),
|
123
|
+
%w(index to), %w(termsource bibitemid), %w(admonition target)]
|
124
124
|
ret1 = [%w(fn target), %w(semx source), %w(fmt-title source),
|
125
125
|
%w(fmt-xref to), %w(fmt-xref target), %w(fmt-eref bibitemid),
|
126
126
|
%w(fmt-xref-label container), %w(fmt-fn-body target),
|
127
|
+
%w(fmt-annotation-body from), %w(fmt-annotation-body to),
|
127
128
|
%w(fmt-annotation-start source), %w(fmt-annotation-start end),
|
128
129
|
%w(fmt-annotation-start target), %w(fmt-annotation-end source),
|
129
130
|
%w(fmt-annotation-end start), %w(fmt-annotation-end target)]
|
data/lib/utils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|