Skip to main content

A markdown text extractor written in Rust

Project description

The stupid simple rust markdown text puller

Basically, this has one function and one function alone. It takes all the human readable text from Markdown, and extracts it. That's it.

Why does this library exist?

I needed it for a project, and pip was the easiest place to put it.

What can I do with this library?

Literally anything. I'm not fussed. It's ten lines of code.

Installation

pip install rust-markdown-text-puller

Usage

from rust_markdown_text_puller import get_raw_text

print(get_raw_text("# Raw Markdown!"))

It really is that simple

License

MIT license. See the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page