//! The backend-neutral assembled document.
use Serialize;
use Status;
/// Document metadata exposed to the partials as `ctx` (see docs ยง9). Field
/// names match the keys the bundled Typst partials read.
/// The assembled WISP: metadata plus the concatenated markdown body and the
/// list of source files that produced it (in assembly order).