Module generator

Source
Expand description

HTML generation module for converting Markdown to HTML.

This module provides functions to generate HTML from Markdown content using the mdx-gen library. It supports various Markdown extensions and custom configuration options.

Functionsยง

generate_html
Generate HTML from Markdown content using mdx-gen.
markdown_to_html_with_extensions
Convert Markdown to HTML with specified extensions using mdx-gen.
process_markdown_inline
Processes inline Markdown (bold, italics, links, etc.) without block-level syntax.