mdka
HTML to Markdown (MD) converter written in Rust.
Summary
A kind of text manipulator named mdka. "ka" means "化 (か)" pointing to conversion.
Designed with in mind:
- Fast speed
- Low memory consumption
- Easy usage
Usage
Executable
Releases' Assets offer executables for multiple platforms.
$ ./mdka # not html file path
Development with Rust and cargo
Cargo.toml
[]
= "1"
awesome.rs
use from_html
Python integration
Bindings for Python are supported. Python scripts can import this Rust library to use the function(s).
Install:
$ pip install mdka
awesome.py
# Hello, world.
#
Acknowledgements
Depends on Servo's html5ever / markup5ever. Also, on PyO3's pyo3 / maturin on bindings for Python.