Registry / utility / pulldown-cmark-to-cmark

pulldown-cmark-to-cmark

JSON →
library22.0.0rscratesunverified

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

# Cargo.toml [dependencies] pulldown-cmark-to-cmark = "22.0.0"
INSTALL
IMPORT
SIG · PULLDOWN-CMARK-TO-
P
pulldown-cmark-to-cmark
utilityrustv22.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cmark
use pulldown_cmark_to_cmark::cmark;

Parse Markdown and convert events back to the original string.

use pulldown_cmark_to_cmark::cmark; use pulldown_cmark::Parser; let md = "# Hello\n"; let parser = Parser::new(md); let result = cmark(parser).unwrap(); assert_eq!(result, md);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
22.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
pulldown-cmark-to-cmark — cargo add pulldown-cmark-to-cmark · libregistry