pulldown-cmark-to-cmark 1.1.0

Convert pulldown-cmark Events back to the string they were parsed from
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pulldown-cmark-to-cmark"
version = "1.1.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]

description = "Convert pulldown-cmark Events back to the string they were parsed from"
license = "Apache-2.0"
keywords = ["markdown", "common-mark", "render", "converter"]
repository = "https://github.com/Byron/pulldown-cmark-to-cmark"
homepage = "https://github.com/Byron/pulldown-cmark-to-cmark"
documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
readme = "README.md"

[dependencies]
pulldown-cmark = {version = "0.1.0", default-features = false}

[dev-dependencies]
indoc = "0.2.3"