Skip to main content

render_html_css_with_config

Function render_html_css_with_config 

Source
pub fn render_html_css_with_config(config: &Config) -> String
Expand 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.