Skip to main content

document_full

Function document_full 

Source
pub fn document_full(
    blocks: Vec<Block>,
    footnotes: impl IntoIterator<Item = (FootnoteId, FootnoteDef)>,
    assets: impl IntoIterator<Item = (AssetId, Asset)>,
) -> Document
Expand description

Build a document with explicit footnotes and assets.