markdown_to_text

Crates.iomarkdown_to_text
lib.rsmarkdown_to_text
version1.0.0
sourcesrc
created_at2020-08-02 17:16:09.05497
updated_at2020-08-02 17:19:59.002138
descriptionConverts Markdown to plain text.
homepage
repositoryhttps://github.com/fbecart/markdown_to_text
max_upload_size
id272274
size9,910
Florent Bécart (fbecart)

documentation

README

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);
Commit count: 15

cargo fmt