pulldown-cmark-to-cmark 3.0.1

Convert pulldown-cmark Events back to the string they were parsed from
Documentation
[dependencies.pulldown-cmark]
default-features = false
version = "0.7.0"
[dev-dependencies.indoc]
version = "0.3.4"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Dylan Owen <dyltotheo@gmail.com>"]
description = "Convert pulldown-cmark Events back to the string they were parsed from"
documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
edition = "2018"
exclude = ["tests", "examples"]
homepage = "https://github.com/Byron/pulldown-cmark-to-cmark"
keywords = ["markdown", "common-mark", "render", "converter"]
license = "Apache-2.0"
name = "pulldown-cmark-to-cmark"
readme = "README.md"
repository = "https://github.com/Byron/pulldown-cmark-to-cmark"
version = "3.0.1"