Skip to main content

render_code_to_html

Function render_code_to_html 

Source
pub fn render_code_to_html(
    content: &str,
    language: Option<&str>,
    options: &HtmlRenderOptions,
) -> Result<String>