1 unstable release

0.0.0 Jul 24, 2024

#21 in #markdown-text

MIT license

9KB
249 lines

Markdown to text

Maintained fork from https://github.com/fbecart/markdown_to_text

This Rust library converts Markdown to plain text.

Usage

Add to your Cargo.toml

[dependencies]
md_to_text = '0.0.0'
let markdown: String = [...];
let plain_text: String = md_to_text::convert(&markdown);

Dependencies

~1.5MB
~23K SLoC