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

conformance html org-mode testing

cases/tblfm.org

10 lines · 240 bytes

 1#+TITLE: Table Formula
 2
 3The cells deliberately contradict the formula: org's HTML exporter does not
 4recalculate on export, so both exporters must emit the values as written.
 5
 6| N | N^2 |
 7|---+-----|
 8| 2 | 999 |
 9| 3 | 888 |
10#+TBLFM: $2=$1^2