md
Markdown To HTML
Load real Python packages with Pyodide and `micropip`, then convert Markdown to HTML entirely in the browser.
Markdown
Output
Install the Markdown package, then convert the sample.
Not GitHub Markdown.Python-Markdown is not a CommonMark or full GFM parser.
Raw HTML risk.Unsanitized output can contain HTML from the input Markdown.
Browser install.`markdown` is installed in Pyodide with `micropip`; `bleach` is used only for sanitizing.
Extensions matter.Tables, footnotes, fenced code, TOC, and line breaks depend on selected extensions.
Package status.Waiting for Pyodide.