@Doc
@Doc

@Doc

AI-Native Semantic Document Notation

A notation designed for three readers: humans who write content, AI that generates content, and compilers that render content. Not the next Markdown — the missing notation layer between LLM-generated content and render targets.

Generation stability
Deterministic grammar — LLM output stays predictable
Token efficiency
Compressed syntax; `[]` means exactly one thing everywhere
Queryable semantics
Query the AST directly, no string re-parsing
Multi-target output
One source, many Renderer targets

Core syntax

@heading(1)[Title]

@paragraph[A plain paragraph containing @bold[bold text] and a @link(https://wedc.cc)[link].]

`[]` has exactly one meaning in @Doc: content. No exceptions, no escaping hell.