Description
Converts Markdown text to HTML or structured output from Python code. It is useful for documentation, blogs, comments, static sites, and applications that let people write formatted text.
Markdown rendering should be paired with HTML sanitization when users provide content. Parsed links, images, and embedded HTML can carry security or privacy risks.