pub fn bundle(
engine: &mut Engine<'_>,
content: &Content,
styles: StyleChain<'_>,
) -> SourceResult<Bundle>Expand description
Produces a bundle from content.
This first performs root-level bundle realization and then compiles the individual documents (in parallel).