Expand description
The markdown
module contains functions for parsing, converting, and rendering Markdown.
Core Markdown processing functionality.
This module handles the conversion of Markdown content into HTML, with support for custom blocks, enhanced tables, and syntax highlighting.
Structs§
- Options for configuring Markdown processing behavior.
Functions§
- Creates a new instance of
MarkdownOptions
with default values. - Processes the input Markdown content and converts it into HTML. Applies custom blocks, syntax highlighting, and enhanced tables based on the provided options.