pub fn render_section_block_with_overrides(
title: &str,
body: &str,
frame_style: SectionFrameStyle,
unicode: bool,
width: Option<usize>,
render: SectionRenderContext<'_>,
tokens: SectionStyleTokens,
) -> Stringpub fn render_section_block_with_overrides(
title: &str,
body: &str,
frame_style: SectionFrameStyle,
unicode: bool,
width: Option<usize>,
render: SectionRenderContext<'_>,
tokens: SectionStyleTokens,
) -> String