krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.19.1: tests/snapshots/constructs__out_of_scope_html.snap · raw
1---
2source: tests/constructs.rs
3expression: "render_fixture(\"outofscope.org\")"
4---
5<p>Every construct here is on the README's explicit OUT list. The contract is not that we handle them — it is that they degrade predictably and never crash the build.</p>
6<h2 id="babel">Babel</h2>
7<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">"</span>the block renders; :results is never executed<span class="punctuation definition string end shell">"</span></span></span></span></code></pre>
8<h2 id="table-formulas">Table formulas</h2>
9<table>
10<thead>
11<tr><th>item</th><th>cost</th></tr>
12</thead>
13<tbody>
14<tr><td>a</td><td>1</td></tr>
15<tr><td>b</td><td>2</td></tr>
16</tbody>
17</table>
18<h2 id="latex">LaTeX</h2>
19<p>Inline math $x^2 + y^2$ and a display block:</p>
20<p>\begin{equation} E = mc^2 \end{equation}</p>
21<h2 id="macros-and-radio-targets">Macros and radio targets</h2>
22<p>A macro call {{{author}}} and a <<<radio target>>> stay literal.</p>
23<h2 id="drawers">Drawers</h2>
24<h2 id="unknown-entities">Unknown entities</h2>
25<p>An entity org does not know, \notanentity, stays literal.</p>