krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.19.1: tests/snapshots/pipeline__minimal_html.snap · raw

 1---
 2source: tests/pipeline.rs
 3expression: "render_fixture(\"minimal.org\")"
 4---
 5<p>A single paragraph of preamble text before any heading.</p>
 6<h2 id="first">First Heading</h2>
 7<p>Some body text with <strong>bold</strong>, <em>italic</em>, and <code class="verbatim">verbatim</code>.</p>
 8<h3 id="a-subheading">A Subheading <span class="tag">tag1</span> <span class="tag">tag2</span></h3>
 9<ul>
10<li>an unordered item</li>
11<li>another with a checkbox [ ]</li>
12</ul>
13<h2 id="second-heading">Second Heading</h2>
14<p>See <a href="#first">the first heading</a>.</p>