Skip to content

fbecart/markdown_to_text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

A Rust Crate for removing Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%