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_footnote.snap · raw

 1---
 2source: tests/oracle.rs
 3expression: report
 4---
 5agreement: 30/53 skeleton lines (56.6%)
 6deliberate: 29 line(s) — footnote-anchor-naming ×3, footnote-section-shape ×6, semantic-emphasis ×2
 7unexplained: 0 line(s)
 8(- orgo, + emacs, ~ a difference we mean to have)
 9
10  <p>
11  "Text with a reference."
12  <sup>
13~ footnote-anchor-naming (1 line(s))
14  "1"
15  </a>
16  </sup>
17  "And a second one."
18  <sup>
19~ footnote-anchor-naming (1 line(s))
20  "2"
21  </a>
22  </sup>
23  </p>
24  <p>
25  "An inline footnote."
26  <sup>
27~ footnote-anchor-naming (1 line(s))
28  "3"
29  </a>
30  </sup>
31  </p>
32~ footnote-section-shape (8 line(s))
33  <p>
34  "The first definition."
35  </p>
36~ footnote-section-shape (3 line(s))
37  </a>
38~ footnote-section-shape (2 line(s))
39  <p>
40  "The second definition, with"
41~ semantic-emphasis (1 line(s))
42  "emphasis"
43~ semantic-emphasis (1 line(s))
44  "."
45  </p>
46~ footnote-section-shape (3 line(s))
47  </a>
48~ footnote-section-shape (2 line(s))
49  "defined right here"
50~ footnote-section-shape (6 line(s))