markdown 0.3.0

Native Rust library for parsing Markdown and (outputting HTML)
Documentation
[[bin]]
doc = false
name = "markdown"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pipeline]
version = "0.5"

[dependencies.regex]
version = "1"

[dev-dependencies.difference]
version = "0.4"

[features]
default = []
unstable = []

[package]
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "Native Rust library for parsing Markdown and (outputting HTML)"
exclude = ["test.md"]
keywords = ["markdown", "md", "html", "parser"]
license = "MIT OR Apache-2.0"
name = "markdown"
readme = "README.md"
repository = "https://github.com/johannhof/markdown.rs"
version = "0.3.0"