krz/orgo

Lightning fast org-mode static site generator.

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

v0.20.0: tests/snapshots/oracle__oracle_minimal.snap · raw

 1---
 2source: tests/oracle.rs
 3expression: report
 4---
 5agreement: 38/42 skeleton lines (90.5%)
 6deliberate: 4 line(s) — semantic-emphasis ×4
 7unexplained: 0 line(s)
 8(- orgo, + emacs, ~ a difference we mean to have)
 9
10  <p>
11  "A single paragraph of preamble text before any heading."
12  </p>
13  <h2>
14  "First Heading"
15  </h2>
16  <p>
17  "Some body text with"
18~ semantic-emphasis (1 line(s))
19  "bold"
20~ semantic-emphasis (1 line(s))
21  ","
22~ semantic-emphasis (1 line(s))
23  "italic"
24~ semantic-emphasis (1 line(s))
25  ", and"
26  <code>
27  "verbatim"
28  </code>
29  "."
30  </p>
31  <h3>
32  "A Subheading tag1 tag2"
33  </h3>
34  <ul>
35  <li>
36  "an unordered item"
37  </li>
38  <li>
39  "another with a checkbox [ ]"
40  </li>
41  </ul>
42  <h2>
43  "Second Heading"
44  </h2>
45  <p>
46  "See"
47  <a href="#first">
48  "the first heading"
49  </a>
50  "."
51  </p>