A fast HTML to Markdown converter written in Rust, balancing conversion quality with runtime efficiency. Current version 2.1.5, requires Python >=3.8. Updated periodically on PyPI.
pip install mdkaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts HTML string to Markdown using the from_html function.
Use incremental processing or another tool if memory is a concern.
Read the file content first: with open('file.html') as f: html = f.read()Uninstall and reinstall: pip uninstall mdka && pip install mdka
Install with: pip install mdka
No dependency data recorded yet.