MCPcopy Index your code
hub / github.com/Byron/pulldown-cmark-to-cmark

github.com/Byron/pulldown-cmark-to-cmark @v22.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v22.0.0 ↗ · + Follow
180 symbols 304 edges 8 files 15 documented · 8% updated 6mo agov22.0.0 · 2025-12-23★ 609 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

Shape

Function 161
Method 8
Class 6
Enum 5

Languages

Rust100%

Modules by API surface

tests/integrate/fmt.rs95 symbols
tests/integrate/display.rs34 symbols
src/lib.rs21 symbols
src/text_modifications.rs12 symbols
tests/integrate/spec.rs7 symbols
tests/integrate/main.rs6 symbols
src/source_range.rs4 symbols
examples/stupicat.rs1 symbols

For agents

$ claude mcp add pulldown-cmark-to-cmark \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page