|
24 | 24 | "norm:hyperlink4": "DEF <<non-norm-anchor,custom text>> GHI", |
25 | 25 | "norm:hyperlink5": "GHI <<norm:superscript>> and <<norm:subscript>> JKL", |
26 | 26 | "norm:hyperlink6": "JKL <<norm:superscript,hello>> and <<norm:subscript,goodbye>> MNO", |
27 | | - "norm:table:no-anchors-in-cells:entire-table": "|Header 1|Header 2\n===\n|Cell in column 1, row 1|Cell in column 2, row 1\n|Cell in column 1, row 2|Cell in column 2, row 2\n===", |
| 27 | + "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===", |
28 | 28 | "norm:table:anchors-in-cells:entire-table-tagged:cell": "WITH anchor", |
29 | | - "norm:table:anchors-in-cells:entire-table": "===\n|WITH anchor\n|WITHOUT anchor\n===", |
| 29 | + "norm:table:anchors-in-cells:entire-table": "===\nWITH anchor\nWITHOUT anchor\n===", |
30 | 30 | "norm:table:anchors-in-cells:entire-table-not-tagged:cell": "ABC DEF", |
31 | | - "norm:table:many-rows": "|Name|Color\n===\n|Roses|Red\n|Violets|Blue\n|Name1|Color1\n|Name2|Color2\n|Name3|Color3\n|Name4|Color4\n|Name5|Color5\n|Name6|Color6\n|Name7|Color7\n|Name8|Color8\n|Name9|Color9\n|Name10|Color10\n|Name11|Color11\n|Name12|Color12\n|Name13|Color13\n|Name14|Color14\n===", |
| 31 | + "norm:table:many-rows": "Name|Color\n===\nRoses|Red\nViolets|Blue\nName1|Color1\nName2|Color2\nName3|Color3\nName4|Color4\nName5|Color5\nName6|Color6\nName7|Color7\nName8|Color8\nName9|Color9\nName10|Color10\nName11|Color11\nName12|Color12\nName13|Color13\nName14|Color14\n===", |
| 32 | + "norm:table:single-char-cells": "X1|X2\n===\nA|B\nC|D\n===", |
32 | 33 | "norm:unordered-list:no-anchors-in-items:entire-list": "Item A\nItem B\nItem C", |
33 | 34 | "norm:unordered-list:anchors-in-items:item1": "Item 1", |
34 | 35 | "norm:unordered-list:anchors-in-items:item2": "Item 2", |
|
112 | 113 | "norm:table:anchors-in-cells:entire-table-tagged:cell", |
113 | 114 | "norm:table:anchors-in-cells:entire-table", |
114 | 115 | "norm:table:anchors-in-cells:entire-table-not-tagged:cell", |
115 | | - "norm:table:many-rows" |
| 116 | + "norm:table:many-rows", |
| 117 | + "norm:table:single-char-cells" |
116 | 118 | ] |
117 | 119 | } |
118 | 120 | ], |
|
0 commit comments