30 stable releases (9 major)
10.0.4 | Sep 10, 2022 |
---|---|
10.0.2 | Jun 28, 2022 |
10.0.1 | Mar 12, 2022 |
9.0.0 | Dec 31, 2021 |
1.1.0 | Feb 13, 2018 |
#52 in Text processing
84,546 downloads per month
Used in 58 crates
(41 directly)
29KB
547 lines
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.
- A runner for
- 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
inCargo.toml
andgit commit
- run
cargo release --no-dev-version
Dependencies
~700KB
~16K SLoC