Skip to main content

render

Function render 

Source
pub fn render(input: &str) -> String
Expand description

Parse a ChordPro source string and render it to HTML.

Convenience wrapper that converts parse errors to a string. Use try_render if you need error handling.