#markdown #strip #syntax

strip_markdown

A simple crate to remove markdown syntax from markdown files

3 unstable releases

0.2.0 Mar 22, 2020
0.1.1 Mar 22, 2020
0.1.0 Mar 2, 2019

#1144 in Text processing

Download history 82/week @ 2023-12-18 38/week @ 2023-12-25 38/week @ 2024-01-01 78/week @ 2024-01-08 48/week @ 2024-01-15 58/week @ 2024-01-22 59/week @ 2024-01-29 137/week @ 2024-02-05 213/week @ 2024-02-12 109/week @ 2024-02-19 159/week @ 2024-02-26 110/week @ 2024-03-04 231/week @ 2024-03-11 234/week @ 2024-03-18 263/week @ 2024-03-25 231/week @ 2024-04-01

972 downloads per month
Used in 4 crates

MIT license

9KB
224 lines

Strip Markdown

This is a Rust library to remove markdown. Behind the scenes it parses markdown using the pulldown-cmark crate.

Usage

extern crate strip_markdown;
use strip_markdown::*;

let stripped = strip_markdown(&my_markdown);

Dependencies

~1MB
~24K SLoC