Skip to main content

render_markdown

Function render_markdown 

Source
pub fn render_markdown(input: &str) -> Result<String, CoreError>
Expand description

Convert Markdown to HTML using comrak with GFM extensions enabled.