A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/minimal.org

20 lines · 419 bytes

 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]].