jellycell.render.markdown

Markdown rendering with MyST plugins enabled.

Thin wrapper around :mod:markdown_it + :mod:mdit_py_plugins. Shared between the renderer (cell markdown) and future doc-site integration.

Module Contents

Functions

render_markdown

Render markdown text to safe HTML.

API

jellycell.render.markdown.render_markdown(text: str) str

Render markdown text to safe HTML.