Document Header & Hierarchical Sections
Top-level document structure with title metadata and nested heading levels.
Author Name author@example.org
v2.4, 2026-08-15
System Architecture Overview
This section outlines the primary architectural components of the pipeline.
Rendering Subsystem
The rendering subsystem transforms semantic graphs into accessible markup.
= Technical Specification & Architecture Manual
Author Name <author@example.org>
v2.4, 2026-08-15
== System Architecture Overview
This section outlines the primary architectural components of the pipeline.
=== Rendering Subsystem
The rendering subsystem transforms semantic graphs into accessible markup.
{
"name": "document",
"type": "block",
"location": [
{
"line": 2,
"col": 1
},
{
"line": 9,
"col": 74
}
],
"blocks": [
{
"name": "section",
"type": "block",
"level": 0,
"blocks": [
{
"name": "paragraph",
"type": "block",
"location": [
{
"line": 2,
"col": 1
},
{
"line": 2,
"col": 31
}
],
"inlines": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 2,
"col": 1
},
{
"line": 2,
"col": 13
}
],
"value": "Author Name "
},
{
"name": "ref",
"type": "inline",
"location": [
{
"line": 2,
"col": 14
},
{
"line": 2,
"col": 31
}
],
"variant": "link",
"target": "mailto:author@example.org",
"inlines": [
{
"name": "text",
"type": "string",
"value": "author@example.org"
}
],
"attributes": {
"role": "bare"
}
}
]
},
{
"name": "paragraph",
"type": "block",
"location": [
{
"line": 3,
"col": 1
},
{
"line": 3,
"col": 16
}
],
"inlines": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 3,
"col": 1
},
{
"line": 3,
"col": 16
}
],
"value": "v2.4, 2026-08-15"
}
]
},
{
"name": "section",
"type": "block",
"level": 1,
"blocks": [
{
"name": "paragraph",
"type": "block",
"location": [
{
"line": 6,
"col": 1
},
{
"line": 6,
"col": 75
}
],
"inlines": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 6,
"col": 1
},
{
"line": 6,
"col": 75
}
],
"value": "This section outlines the primary architectural components of the pipeline."
}
]
},
{
"name": "section",
"type": "block",
"level": 2,
"blocks": [
{
"name": "paragraph",
"type": "block",
"location": [
{
"line": 9,
"col": 1
},
{
"line": 9,
"col": 74
}
],
"inlines": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 9,
"col": 1
},
{
"line": 9,
"col": 74
}
],
"value": "The rendering subsystem transforms semantic graphs into accessible markup."
}
]
}
],
"title": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 8,
"col": 5
},
{
"line": 8,
"col": 23
}
],
"value": "Rendering Subsystem"
}
]
}
],
"title": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 5,
"col": 4
},
{
"line": 5,
"col": 31
}
],
"value": "System Architecture Overview"
}
]
}
],
"title": [
{
"name": "text",
"type": "string",
"location": [
{
"line": 1,
"col": 3
},
{
"line": 1,
"col": 47
}
],
"value": "Technical Specification & Architecture Manual"
}
]
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Document</title>
</head>
<body>
<div id="content">
<section class="adoc-section level-0"><div class="section-blocks"><p>Author Name <a href="mailto:author@example.org" class="bare">author@example.org</a>
</p><p>v2.4, 2026-08-15</p><section class="adoc-section level-1"><h2>System Architecture Overview</h2><div class="section-blocks"><p>This section outlines the primary architectural components of the pipeline.</p><section class="adoc-section level-2"><h3>Rendering Subsystem</h3><div class="section-blocks"><p>The rendering subsystem transforms semantic graphs into accessible markup.</p></div></section>
</div></section>
</div></section>
</div>
</body>
</html>