pub fn format(input: &str, line_width: Option<usize>) -> Result<String, Error>
Format a markdown string with the given line width and default configuration.