Htmd: A turndown.js inspired HTML-to-Markdown converter for Rust

HTMD is an HTML to Markdown converter for Rust, heavily inspired by turndown.js. It boasts rich options like turndown.js, is reliable passing all its test cases, has minimal dependencies using only html5ever, and is fast, taking less than 200ms to convert a ~1.4MB Wikipedia page on an i5 7th gen CPU. Users can easily add the dependency, skip tags, customize options, and use custom tag handlers. HTMD gives credit to turndown.js and html5ever and is licensed under the Apache License, Version 2.0.

https://github.com/letmutex/htmd

To top