krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.19.1: fixtures/minimal.org · raw
1#+TITLE: Minimal Fixture
2#+DATE: 2026-08-08
3#+AUTHOR: Owner
4
5A single paragraph of preamble text before any heading.
6
7* First Heading
8 :PROPERTIES:
9 :CUSTOM_ID: first
10 :END:
11
12Some body text with *bold*, /italic/, and =verbatim=.
13
14** A Subheading :tag1:tag2:
15
16- an unordered item
17- another with a checkbox [ ]
18
19* Second Heading
20 See [[#first][the first heading]].