Skip to main content

render

Function render 

Source
pub fn render(body: &str, width: usize) -> String
Expand description

Render body as markdown, wrapped to width.

Returns the lines without the margin; quoted is what callers normally want.