Content showcase for A2ML (AI Attestation Markup Language): example documents, templates, and rendered output demonstrating A2ML format capabilities. No executable code — pure content and documentation repo. Generated output is produced by the Deno renderer via just render.
a2ml-showcase/
├── content/ # A2ML source documents (examples, templates)
├── output/ # Rendered output (HTML, text)
├── deno.json # Deno task runner config
└── template.html # HTML rendering template
[content/*.a2ml] ──► [a2ml-deno renderer] ──► [output/]