|
1 | 1 | { |
2 | 2 | "tags": { |
3 | 3 | "norm:inline": "inside inline", |
4 | | - "norm:tag_with_newlines": "Here’s the first line.\nHere’s the second line.", |
5 | | - "norm:para": "Paragraph anchor", |
6 | | - "norm:table-name-empty-tag-just-anchor": "", |
7 | | - "norm:unordered-list-heading": "Unordered List:", |
8 | | - "norm:ordered-list-heading": "Ordered List:", |
9 | | - "norm:description-item-1": "Description Item 1", |
10 | | - "norm:description-item-3": "Description Item 3", |
11 | | - "norm:note-1": "Multi-paragraph note 1", |
12 | | - "norm:note-3": "Multi-paragraph note 3" |
| 4 | + "norm:tag_with_newlines": "Here’s the first line. Here’s the second line.", |
| 5 | + "norm:paragraph:no-inline-anchors-in-paragraph": "Paragraph without inline anchors", |
| 6 | + "norm:paragraph:inline-anchors-in-paragraph:inline-anchors": "inline anchor", |
| 7 | + "norm:paragraph:inline-anchors-in-paragraph": "Paragraph with inline anchor and something.", |
| 8 | + "norm:table:anchors-in-cells:cell": "", |
| 9 | + "norm:table:anchors-in-cells:entire-table": "===\n cell with anchor\ncell without anchor\n===", |
| 10 | + "norm:table:no-anchors-in-cells:entire-table": "Header 1|Header 2\n===\nCell in column 1, row 1|Cell in column 2, row 1\nCell in column 1, row 2|Cell in column 2, row 2\n===", |
| 11 | + "norm:unordered-list:anchors-in-items:entire-list": "Unordered List with anchors:", |
| 12 | + "norm:unordered-list:anchors-in-items:item1": "", |
| 13 | + "norm:unordered-list:anchors-in-items:item2": "", |
| 14 | + "norm:unordered-list:no-anchors-in-items:entire-list": "Unordered List without anchors:", |
| 15 | + "norm:unordered-list:multiple-levels": "Zca and not F\nZca, Zcf and F (but not D) is specified (RV32 only)\nZca, Zcf and Zcd if D is specified (RV32 only)\n\nthis configuration excludes Zcmp, Zcmt\nZca, Zcd if D is specified (RV64 only)\n\nthis configuration excludes Zcmp, Zcmt", |
| 16 | + "norm:ordered-list:anchors-in-items:entire-list": "Ordered List with anchors:", |
| 17 | + "norm:ordered-list:anchors-in-items:item1": "", |
| 18 | + "norm:ordered-list:anchors-in-items:item2": "", |
| 19 | + "norm:ordered-list:no-anchors-in-items:entire-list": "Ordered List without anchors:", |
| 20 | + "norm:description-list:anchors-in-items:item1": "Description Item 1", |
| 21 | + "norm:description-list:anchors-in-items:item3": "Description Item 3", |
| 22 | + "norm:description-list:no-anchors-in-items:entire-list": "Description List without anchors in items:", |
| 23 | + "norm:admonition:single-paragraph-note": "", |
| 24 | + "norm:admonition:anchors-in-notes:note1": "Paragraph 1", |
| 25 | + "norm:admonition:anchors-in-notes:note3": "Paragraph 3", |
| 26 | + "norm:admonition:anchors-in-notes:entire-note": "Paragraph 1\n\nParagraph 2\n\nParagraph 3", |
| 27 | + "norm:admonition:no-anchors-in-notes:entire-note": "Paragraph 1\n\nParagraph 2\n\nParagraph 3", |
| 28 | + "norm:admonition:only-anchors-in-notes:note1": "Paragraph 1", |
| 29 | + "norm:admonition:only-anchors-in-notes:note3": "Paragraph 3" |
13 | 30 | }, |
14 | 31 | "sections": { |
15 | 32 | "title": "", |
16 | 33 | "id": "", |
17 | 34 | "children": [ |
18 | 35 | { |
19 | | - "title": "Chapter 1", |
20 | | - "id": "_chapter_1", |
| 36 | + "title": "Chapter 1 - Basic Tagging", |
| 37 | + "id": "_chapter_1_basic_tagging", |
21 | 38 | "children": [ |
22 | 39 | { |
23 | | - "title": "Chapter 1.1", |
24 | | - "id": "_chapter_1_1", |
| 40 | + "title": "Chapter 1.1 - Inline Tagging", |
| 41 | + "id": "_chapter_1_1_inline_tagging", |
25 | 42 | "children": [], |
26 | 43 | "tags": [ |
27 | | - "norm:para", |
28 | | - "norm:table-name-empty-tag-just-anchor" |
| 44 | + "norm:inline", |
| 45 | + "norm:tag_with_newlines" |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "title": "Chapter 1.2 - Paragraph Tagging", |
| 50 | + "id": "_chapter_1_2_paragraph_tagging", |
| 51 | + "children": [], |
| 52 | + "tags": [ |
| 53 | + "norm:paragraph:no-inline-anchors-in-paragraph", |
| 54 | + "norm:paragraph:inline-anchors-in-paragraph:inline-anchors", |
| 55 | + "norm:paragraph:inline-anchors-in-paragraph" |
| 56 | + ] |
| 57 | + }, |
| 58 | + { |
| 59 | + "title": "Chapter 2 - Table Tagging", |
| 60 | + "id": "_chapter_2_table_tagging", |
| 61 | + "children": [], |
| 62 | + "tags": [ |
| 63 | + "norm:table:anchors-in-cells:cell", |
| 64 | + "norm:table:anchors-in-cells:entire-table", |
| 65 | + "norm:table:no-anchors-in-cells:entire-table" |
29 | 66 | ] |
30 | 67 | } |
31 | 68 | ], |
| 69 | + "tags": [] |
| 70 | + }, |
| 71 | + { |
| 72 | + "title": "Chapter 3 - Tagging Unordered Lists", |
| 73 | + "id": "_chapter_3_tagging_unordered_lists", |
| 74 | + "children": [], |
| 75 | + "tags": [ |
| 76 | + "norm:unordered-list:anchors-in-items:entire-list", |
| 77 | + "norm:unordered-list:anchors-in-items:item1", |
| 78 | + "norm:unordered-list:anchors-in-items:item2", |
| 79 | + "norm:unordered-list:no-anchors-in-items:entire-list", |
| 80 | + "norm:unordered-list:multiple-levels" |
| 81 | + ] |
| 82 | + }, |
| 83 | + { |
| 84 | + "title": "Chapter 4 - Tagging Ordered Lists", |
| 85 | + "id": "_chapter_4_tagging_ordered_lists", |
| 86 | + "children": [], |
| 87 | + "tags": [ |
| 88 | + "norm:ordered-list:anchors-in-items:entire-list", |
| 89 | + "norm:ordered-list:anchors-in-items:item1", |
| 90 | + "norm:ordered-list:anchors-in-items:item2", |
| 91 | + "norm:ordered-list:no-anchors-in-items:entire-list" |
| 92 | + ] |
| 93 | + }, |
| 94 | + { |
| 95 | + "title": "Chapter 5 - Tagging Description Lists", |
| 96 | + "id": "_chapter_5_tagging_description_lists", |
| 97 | + "children": [], |
32 | 98 | "tags": [ |
33 | | - "norm:inline", |
34 | | - "norm:tag_with_newlines" |
| 99 | + "norm:description-list:anchors-in-items:item1", |
| 100 | + "norm:description-list:anchors-in-items:item3", |
| 101 | + "norm:description-list:no-anchors-in-items:entire-list" |
35 | 102 | ] |
36 | 103 | }, |
37 | 104 | { |
38 | | - "title": "Chapter 2", |
39 | | - "id": "_chapter_2", |
| 105 | + "title": "Chapter 6 - Tagging Admonitions", |
| 106 | + "id": "_chapter_6_tagging_admonitions", |
40 | 107 | "children": [], |
41 | 108 | "tags": [ |
42 | | - "norm:unordered-list-heading", |
43 | | - "norm:ordered-list-heading", |
44 | | - "norm:description-item-1", |
45 | | - "norm:description-item-3", |
46 | | - "norm:note-1", |
47 | | - "norm:note-3" |
| 109 | + "norm:admonition:single-paragraph-note", |
| 110 | + "norm:admonition:anchors-in-notes:note1", |
| 111 | + "norm:admonition:anchors-in-notes:note3", |
| 112 | + "norm:admonition:anchors-in-notes:entire-note", |
| 113 | + "norm:admonition:no-anchors-in-notes:entire-note", |
| 114 | + "norm:admonition:only-anchors-in-notes:note1", |
| 115 | + "norm:admonition:only-anchors-in-notes:note3" |
48 | 116 | ] |
49 | 117 | } |
50 | 118 | ], |
|
0 commit comments