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

conformance html org-mode testing

cases/outofscope.html

main
org-conformance/cases/outofscope.html history · blame · raw

21 lines · 1320 bytes

 1<p>Every construct here is on the explicit "Not supported" list in the org-support guide. The contract is not that we handle them — it is that they degrade predictably and never crash the build.</p>
 2<h2 id="babel">Babel</h2>
 3<pre><code class="language-sh highlight"><span class="source shell bash"><span class="meta function-call shell"><span class="support function echo shell">echo</span></span><span class="meta function-call arguments shell"> <span class="string quoted double shell"><span class="punctuation definition string begin shell">&quot;</span>the block renders; :results is never executed<span class="punctuation definition string end shell">&quot;</span></span></span></span></code></pre>
 4<h2 id="table-formulas">Table formulas</h2>
 5<table>
 6<thead>
 7<tr><th>item</th><th>cost</th></tr>
 8</thead>
 9<tbody>
10<tr><td>a</td><td>1</td></tr>
11<tr><td>b</td><td>2</td></tr>
12</tbody>
13</table>
14<h2 id="latex">LaTeX</h2>
15<p>Inline math $x^2 + y^2$ and a display block:</p>
16<p>\begin{equation} E = mc^2 \end{equation}</p>
17<h2 id="macros-and-radio-targets">Macros and radio targets</h2>
18<p>A macro call {{{author}}} and a &lt;&lt;&lt;radio target&gt;&gt;&gt; stay literal.</p>
19<h2 id="drawers">Drawers</h2>
20<h2 id="unknown-entities">Unknown entities</h2>
21<p>An entity org does not know, \notanentity, stays literal.</p>