2 releases (1 stable)
1.0.0 | Aug 2, 2020 |
---|---|
0.1.0 | Aug 2, 2020 |
#14 in #markdown-text
72 downloads per month
Used in find-typos
9KB
255 lines
Markdown to text
This Rust library converts Markdown to plain text.
Usage
Add to your Cargo.toml
[dependencies]
markdown_to_text = '1.0'
let markdown: String = [...];
let plain_text: String = markdown_to_text::convert(&markdown);
Dependencies
~1.5MB
~24K SLoC