We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b7178 commit a2db15aCopy full SHA for a2db15a
_data/core-properties.yml
@@ -184,6 +184,18 @@
184
applicability: mtable
185
effect: indicates that the table should be read column by column
186
187
+- property: equation-label
188
+ type: table
189
+ applicability: mtd
190
+ effect: indicates that the cell holds an equation label.
191
+ This may influence the way the surrounding `mtr` is announced.
192
+
193
+- property: no-equation-label
194
195
196
+ effect: indicates that the cell does not hold a label.
197
+ This may be used if a table column is being used solely to hold labels
198
+ to highlight empty cells for unlabeled rows.
199
200
- property: number-set
201
type: mathematical-category
0 commit comments