Expand description
The generator
module contains functions for generating HTML content.
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 from Markdown content using
mdx-gen
. - Convert Markdown to HTML with specified extensions using
mdx-gen
.