45 stable releases (18 major)

new 19.0.0 Nov 22, 2024
18.0.0 Oct 16, 2024
17.0.0 Sep 6, 2024
16.0.1 Aug 22, 2024
1.1.0 Feb 13, 2018

#33 in Text processing

Download history 105073/week @ 2024-08-02 123038/week @ 2024-08-09 138537/week @ 2024-08-16 125499/week @ 2024-08-23 114811/week @ 2024-08-30 145028/week @ 2024-09-06 132925/week @ 2024-09-13 165159/week @ 2024-09-20 149018/week @ 2024-09-27 188648/week @ 2024-10-04 163872/week @ 2024-10-11 175618/week @ 2024-10-18 204374/week @ 2024-10-25 170701/week @ 2024-11-01 191715/week @ 2024-11-08 128343/week @ 2024-11-15

731,795 downloads per month
Used in 87 crates (60 directly)

Apache-2.0

54KB
1K SLoC

Crates.io Rust

A utility library which translates Event back to markdown. It's the prerequisite for writing markdown filters which can work as mdbook-preprocessors.

This library takes great pride in supporting everything that pulldown-cmark supports, including tables and footnotes and codeblocks in codeblocks, while assuring quality with a powerful test suite.

How to use

Please have a look at the stupicat-example for a complete tour of the API, or have a look at the api-docs.

It's easiest to get this library into your Cargo.toml using cargo-add:

cargo add pulldown-cmark-to-cmark

Supported Rust Versions

pulldown-cmark-to-cmark follows the MSRV (minimum supported rust version) policy of pulldown-cmark. The current MSRV is 1.71.1.

Friends of this project

  • termbook
    • A runner for mdbooks to keep your documentation tested.
  • Share Secrets Safely
    • share secrets within teams to avoid plain-text secrets from day one

Maintenance Guide

Making a new release

  • Assure all documentation is up-to-date and tests are green
  • update the version in Cargo.toml and git commit
  • run cargo release --no-dev-version

Dependencies

~1MB
~20K SLoC