This is a Rust library to remove markdown. Behind the scenes it parses markdown using the pulldown-cmark crate.
extern crate strip_markdown;
use strip_markdown::*;
let stripped = strip_markdown(&my_markdown);| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a Rust library to remove markdown. Behind the scenes it parses markdown using the pulldown-cmark crate.
extern crate strip_markdown;
use strip_markdown::*;
let stripped = strip_markdown(&my_markdown);