pub fn render(body: &str, width: usize) -> String
Render body as markdown, wrapped to width.
body
width
Returns the lines without the margin; quoted is what callers normally want.
quoted