md_to_text

Crates.iomd_to_text
lib.rsmd_to_text
version0.0.0
sourcesrc
created_at2024-07-24 02:58:19.861492
updated_at2024-07-24 02:58:19.861492
descriptionConverts Markdown to plain text.
homepage
repositoryhttps://github.com/b0xtch/md_to_text
max_upload_size
id1313611
size9,981
Mahmoud Shehata (b0xtch)

documentation

README

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

cargo fmt