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
As of 1.3.1, this library can be called from Python script.
Releases' Assets offer .whl for multiple platforms.
Install:
$ pip install ./${RELEASES_ARTIFACT_FOR_PLATFORM}.whl
awesome.py
# Hello, world.
#