mdx_gen::markdown

Function process_markdown

Source
pub fn process_markdown(
    content: &str,
    options: &MarkdownOptions<'_>,
) -> Result<String, MarkdownError>
Expand description

Processes the input Markdown content and converts it into HTML. Applies custom blocks, syntax highlighting, and enhanced tables based on the provided options.