Htmd - A fast HTML to Markdown converter for Elixir, powered by Rust

Hello Everyone,

I was working with some HTML-to-Markdown libraries and ran into a few issues when converting a complex markup file to Markdown.

Then I came across the htmd crate for Rust, which worked really well for my use case.

I went ahead and created a NIF binding for htmd with Rustler and published it — in case anyone else runs into a similar need.

You can find the repo and the Hex package here.

https://github.com/kasvith/htmd

Happy brewing :tada:!!!

8 Likes