@@ -12,78 +12,80 @@ normative_rule_definitions:
1212 summary : A few words
1313 kind : extension
1414 instances : [Zicsr, ABC]
15- tags : ["norm:inline"]
15+ tag : " norm:inline"
16+ - name : no_tag
17+ summary : Normative rule without tag/tags
1618
1719 # Paragraph
1820 - name : paragraph-with-a-really-wide-rule-name
1921 description : |
2022 Here's a description.
2123 It's got 2 lines.
22- tags : [ "norm:paragraph:no-inline-anchors"]
24+ tag : " norm:paragraph:no-inline-anchors"
2325 - name : inline-anchors-in-paragraph-entire
24- tags : [ "norm:paragraph:inline-anchors:entire"]
26+ tag : " norm:paragraph:inline-anchors:entire"
2527 - name : inline-anchors-in-paragraph-inline-anchor
26- tags : [ "norm:paragraph:inline-anchors:inline-anchor"]
28+ tag : " norm:paragraph:inline-anchors:inline-anchor"
2729 - name : formulae
28- tags : [ "norm:formulae"]
30+ tag : " norm:formulae"
2931 - name : rule_with_newlines
30- tags : [ "norm:paragraph:tag_with_newlines"]
32+ tag : " norm:paragraph:tag_with_newlines"
3133 - name : double_tags
32- tags : [ "norm:def"]
34+ tag : " norm:def"
3335
3436 # Table
3537 - name : table1
36- tags : [ "norm:table:anchors-in-cells:entire-table"]
38+ tag : " norm:table:anchors-in-cells:entire-table"
3739 - name : table2
38- tags : [ "norm:table:no-anchors-in-cells:entire-table"]
40+ tag : " norm:table:no-anchors-in-cells:entire-table"
3941 - name : table3
40- tags : [ "norm:table:anchors-in-cells:entire-table-tagged:cell"]
42+ tag : " norm:table:anchors-in-cells:entire-table-tagged:cell"
4143 - name : table4
42- tags : [ "norm:table:anchors-in-cells:entire-table-not-tagged:cell"]
44+ tag : " norm:table:anchors-in-cells:entire-table-not-tagged:cell"
4345 - name : table5
44- tags : [ "norm:table:many-rows"]
46+ tag : " norm:table:many-rows"
4547
4648 # Unordered lists
4749 - name : unordered1
48- tags : [ "norm:unordered-list:no-anchors-in-items:entire-list"]
50+ tag : " norm:unordered-list:no-anchors-in-items:entire-list"
4951 - name : unordered2
50- tags : [ "norm:unordered-list:anchors-in-items:entire-list"]
52+ tag : " norm:unordered-list:anchors-in-items:entire-list"
5153 - name : unordered3
52- tags : [ "norm:unordered-list:anchors-in-items:item1"]
54+ tag : " norm:unordered-list:anchors-in-items:item1"
5355 - name : unordered4
54- tags : [ "norm:unordered-list:anchors-in-items:item2"]
56+ tag : " norm:unordered-list:anchors-in-items:item2"
5557 - name : unordered5
56- tags : [ "norm:unordered-list:multiple-levels"]
58+ tag : " norm:unordered-list:multiple-levels"
5759
5860 # Ordered lists
5961 - name : ordered1
60- tags : [ "norm:ordered-list:no-anchors-in-items:entire-list"]
62+ tag : " norm:ordered-list:no-anchors-in-items:entire-list"
6163 - name : ordered2
62- tags : [ "norm:ordered-list:anchors-in-items:entire-list"]
64+ tag : " norm:ordered-list:anchors-in-items:entire-list"
6365 - name : ordered3
64- tags : [ "norm:ordered-list:anchors-in-items:item1"]
66+ tag : " norm:ordered-list:anchors-in-items:item1"
6567 - name : ordered4
66- tags : [ "norm:ordered-list:anchors-in-items:item2"]
68+ tag : " norm:ordered-list:anchors-in-items:item2"
6769
6870 # Description lists
6971 - name : desc1
70- tags : [ "norm:description-list:no-anchors-in-items:entire-list"]
72+ tag : " norm:description-list:no-anchors-in-items:entire-list"
7173 - name : desc2
72- tags : [ "norm:description-list:anchors-in-items:entire-list"]
74+ tag : " norm:description-list:anchors-in-items:entire-list"
7375 - names : [desc3, desc4]
7476 tags : ["norm:description-list:anchors-in-items:item1", "norm:description-list:anchors-in-items:item3"]
7577
7678 # Admonitions
7779 - name : admon1
78- tags : [ "norm:admonition:single-paragraph-note"]
80+ tag : " norm:admonition:single-paragraph-note"
7981 - name : admon2
80- tags : [ "norm:admonition:no-anchors-in-notes:entire-note"]
82+ tag : " norm:admonition:no-anchors-in-notes:entire-note"
8183 - name : admon3
82- tags : [ "norm:admonition:anchors-in-notes:entire-note"]
84+ tag : " norm:admonition:anchors-in-notes:entire-note"
8385 - name : admon4
8486 tags : ["norm:admonition:only-anchors-in-notes:note1", "norm:admonition:only-anchors-in-notes:note3"]
8587 - name : admon5
8688 description : One line description
8789 kind : parameter
88- instances : [ MY_PARAMETER]
90+ instance : MY_PARAMETER
8991 tags : ["norm:admonition:anchors-in-notes:note1", "norm:admonition:anchors-in-notes:note3"]
0 commit comments