krz/orgo

Lightning fast org-mode static site generator.

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

v0.22.0: tests/snapshots/harness__element_tree_json_snapshot.snap · raw

 1---
 2source: tests/harness.rs
 3expression: tree
 4---
 5[
 6  {
 7    "Text": "see "
 8  },
 9  {
10    "Bold": [
11      {
12        "Text": "bold"
13      }
14    ]
15  },
16  {
17    "Link": {
18      "target": {
19        "CustomId": "first"
20      },
21      "description": [
22        {
23          "Text": "the first heading"
24        }
25      ]
26    }
27  }
28]