A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/tblfm.skeleton

main
org-conformance/cases/tblfm.skeleton history · blame · raw

36 lines · 356 bytes

 1<p>
 2"The cells deliberately contradict the formula: org's HTML exporter does not recalculate on export, so both exporters must emit the values as written."
 3</p>
 4<table>
 5<thead>
 6<tr>
 7<th>
 8"N"
 9</th>
10<th>
11"N"
12<sup>
13"2"
14</sup>
15</th>
16</tr>
17</thead>
18<tbody>
19<tr>
20<td>
21"2"
22</td>
23<td>
24"999"
25</td>
26</tr>
27<tr>
28<td>
29"3"
30</td>
31<td>
32"888"
33</td>
34</tr>
35</tbody>
36</table>