1 unstable release
0.0.0 | Jul 24, 2024 |
---|
#25 in #convert-markdown
150 downloads per month
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
~2.5MB
~41K SLoC