Skip to content

Commit 028a7fc

Browse files
committed
version bump
1 parent efb9b30 commit 028a7fc

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

lib/asciidoctor/iho/isodoc.rng

+23-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</attribute>
103103
</optional>
104104
<oneOrMore>
105-
<ref name="li"/>
105+
<ref name="ul_li"/>
106106
</oneOrMore>
107107
<zeroOrMore>
108108
<ref name="note"/>
@@ -1716,4 +1716,26 @@
17161716
</zeroOrMore>
17171717
</element>
17181718
</define>
1719+
<define name="ul_li">
1720+
<element name="li">
1721+
<optional>
1722+
<attribute name="id">
1723+
<data type="ID"/>
1724+
</attribute>
1725+
</optional>
1726+
<optional>
1727+
<attribute name="uncheckedcheckbox">
1728+
<data type="boolean"/>
1729+
</attribute>
1730+
</optional>
1731+
<optional>
1732+
<attribute name="checkedcheckbox">
1733+
<data type="boolean"/>
1734+
</attribute>
1735+
</optional>
1736+
<oneOrMore>
1737+
<ref name="BasicBlock"/>
1738+
</oneOrMore>
1739+
</element>
1740+
</define>
17191741
</grammar>

lib/metanorma/iho/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Metanorma
22
module IHO
3-
VERSION = "0.2.14"
3+
VERSION = "0.2.15"
44
end
55
end

0 commit comments

Comments
 (0)