Skip to main content

compile_markdown_batch

Function compile_markdown_batch 

Source
pub fn compile_markdown_batch(
    pages: Vec<UncompiledPage>,
    registry: &ComponentRegistry,
) -> Result<usize, PageError>
Expand description

Parallel markdown-only compilation used in throughput benchmarks.