markdpy

A modern Markdown renderer for Python with syntax highlighting, math, diagrams, and telemetry built-in.

โญ Star on GitHub Get Started

โœจ Features

๐Ÿ’ป

Code Highlighting

Rich syntax highlighting with Pygments, fences, and inline code styles across dozens of languages.

๐Ÿ“

Math & Diagrams

Render KaTeX equations or Mermaid diagrams directly inside Markdown for technical docs and notes.

๐Ÿ“Š

Privacy-First Telemetry

Anonymous, opt-out telemetry to help improve performance while protecting users' privacy.

๐Ÿš€ Installation

The latest release is available on PyPI

pip install markdpy
      

Or install in development mode from GitHub:

git clone https://github.com/eosho/markdpy.git
cd markdpy
pip install -e .
      

Run markdpy on your Markdown file:

markdpy serve README.md --no-open --port 8808
      
Python

๐ŸŒ™ Ready to level up your Markdown?

Start using markdpy today and render Markdown like never before.

Install Now