Function linemd::render_as_html[][src]

pub fn render_as_html<'a>(tokens: impl AsRef<[Token<'a>]> + 'a) -> String
Expand description

Renders parsed tokens as HTML.

Example

let html = render_as_html("Some uninspiring text.".parse_md());