pub fn render_html_css_with_config(config: &Config) -> StringExpand description
Variant of render_html_css that honours settings.wraplines from
the supplied config (R6.100.0). When wraplines is false, the .line
rule emits flex-wrap: nowrap so chord/lyric runs that exceed the
viewport width preserve the source line structure instead of reflowing.