pub fn generate_html(markdown: &str, _config: &HtmlConfig) -> Result<String>
Expand description
Generate HTML from Markdown content using mdx-gen
.
This function takes Markdown content and a configuration object, converts the Markdown into HTML, and returns the resulting HTML string.