pub fn document_full(
blocks: Vec<Block>,
footnotes: impl IntoIterator<Item = (FootnoteId, FootnoteDef)>,
assets: impl IntoIterator<Item = (AssetId, Asset)>,
) -> DocumentExpand description
Build a document with explicit footnotes and assets.