markdown-it 0.6.0

Rust port of popular markdown-it.js library.
Documentation
[[bin]]
doc = false
name = "markdown-it"
path = "src/bin.rs"
[dependencies.argparse]
version = ">= 0.2.1, < 0.3"

[dependencies.const_format]
version = ">= 0.1.0, < 0.3"

[dependencies.derivative]
version = ">= 1.0.2, < 3"

[dependencies.derive_more]
version = ">= 0.99.0, < 1"

[dependencies.downcast-rs]
version = ">= 1.0.2, < 2"

[dependencies.entities]
version = ">= 0.1.0, < 2"

[dependencies.html-escape]
version = ">= 0.1.0, < 0.3"

[dependencies.linkify]
optional = true
version = ">= 0.5.0, < 0.11"

[dependencies.mdurl]
version = ">= 0.3.1, < 0.4"

[dependencies.once_cell]
version = ">= 1.0.1, < 2"

[dependencies.readonly]
version = ">= 0.2.0, < 0.3"

[dependencies.regex]
version = ">= 1.0.0, < 2"

[dependencies.stacker]
version = ">= 0.1.2, < 0.2"

[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = ">= 5.0.0, < 6"

[dependencies.unicode-general-category]
version = ">= 0.1.0, < 0.7"

[features]
default = ["linkify", "syntect"]

[lib]
name = "markdown_it"
path = "src/lib.rs"

[package]
authors = ["Alex Kocharin <alex@kocharin.ru>"]
categories = ["text-processing", "parsing"]
description = "Rust port of popular markdown-it.js library."
documentation = "https://docs.rs/markdown-it"
edition = "2021"
homepage = "https://github.com/rlidwka/markdown-it.rs"
keywords = ["markdown", "commonmark"]
license = "MIT"
name = "markdown-it"
readme = "README.md"
repository = "https://github.com/rlidwka/markdown-it.rs"
version = "0.6.0"