-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
22 lines (20 loc) · 721 Bytes
/
Copy pathdemo.html
File metadata and controls
22 lines (20 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title>A2ML Demo</title><style>body{font-family:system-ui;max-width:800px;margin:0 auto;padding:2rem}pre{background:#f4f4f4;padding:1rem}</style></head><body><article><h1>A2ML Demo</h1><time>2026-01-26</time><h1>A2ML Overview</h1>
<p>A2ML is a typed, attested markup format.</p>
<h2>A2ML Surface Example</h2>
<pre><code># A2ML Overview
@abstract:
A2ML is a typed, attested markup format.
@end
## Claims
- Required sections must exist.
- References must resolve.
</code></pre>
<h2>Claims</h2>
<ul>
<li>Required sections must exist.</li>
<li>References must resolve.</li>
</ul>
<h2>References</h2>
<p>[1] Attested Markup Language Spec (draft)</p>
</article></body></html>