Function dokkoo::render_markdown

source ·
pub fn render_markdown(text_to_render: String, math: bool) -> String
Expand description

Render Markdown as HTML

Arguments

  • text_to_render - The Markdown text to render into HTML

  • math - Whether or not Markdown is being rendered with LaTeX Math