Skip to main content

parse_and_render_async

Function parse_and_render_async 

Source
pub fn parse_and_render_async(
    source: String,
    options: Option<JsParserOptions>,
) -> AsyncTask<ParseAndRenderTask>
Expand description

Parses Markdown and renders to HTML asynchronously (runs on worker thread).