pdit 0.5.0: Markdown rendering
January 27, 2026
Markdown output
IPython.display.Markdown objects now render as formatted markdown instead of plain text.
from IPython.display import Markdown
Markdown("""
## Features
- **Bold text**
- *Italic text*
- `inline code`
> Blockquotes work too!
""") Upgrade
Install or upgrade with:
pip install -U pdit