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

conformance html org-mode testing

cases/tblfm.html

10 lines · 314 bytes

 1<p>The cells deliberately contradict the formula: org's HTML exporter does not recalculate on export, so both exporters must emit the values as written.</p>
 2<table>
 3<thead>
 4<tr><th>N</th><th>N<sup>2</sup></th></tr>
 5</thead>
 6<tbody>
 7<tr><td>2</td><td>999</td></tr>
 8<tr><td>3</td><td>888</td></tr>
 9</tbody>
10</table>