Function compose_html_body_section

Source
fn compose_html_body_section(
    f: &mut File,
    p: &Process,
    all_sections: &Vec<Section>,
)
Expand description

Write every Section in the Process, sequentially. Include Steps within Sections and SubSteps within Steps.