#markdown #common-mark #converter #render #test-suite

pulldown-cmark-to-cmark

Convert pulldown-cmark Events back to the string they were parsed from

36 stable releases (12 major)

13.0.0 Mar 17, 2024
12.0.0 Mar 16, 2024
11.2.0 Jan 27, 2024
11.0.2 Nov 24, 2023
1.1.0 Feb 13, 2018

#85 in Text processing

Download history 53024/week @ 2023-12-06 46075/week @ 2023-12-13 27988/week @ 2023-12-20 22057/week @ 2023-12-27 46232/week @ 2024-01-03 51830/week @ 2024-01-10 58500/week @ 2024-01-17 46380/week @ 2024-01-24 47691/week @ 2024-01-31 54908/week @ 2024-02-07 49055/week @ 2024-02-14 61234/week @ 2024-02-21 60839/week @ 2024-02-28 58357/week @ 2024-03-06 59310/week @ 2024-03-13 48579/week @ 2024-03-20

239,534 downloads per month
Used in 78 crates (54 directly)

Apache-2.0

40KB
781 lines

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

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
~21K SLoC