Skip to main content

format

Function format 

Source
pub fn format(input: &str, line_width: Option<usize>) -> Result<String, Error>
Expand description

Format a markdown string with the given line width and default configuration.