markdown-linkify 0.3.1

Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
features = ["derive"]
version = "4.4.2"

[dependencies.dyn-clone]
version = "1.0.13"

[dependencies.pulldown-cmark]
version = "0.9.3"

[dependencies.pulldown-cmark-to-cmark]
version = "11.0.0"

[dependencies.regex]
version = "1.9.4"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.20"

[dependencies.select]
version = "0.6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.188"

[dependencies.serde_regex]
version = "1.1.0"

[dependencies.tempfile]
version = "3.8.0"

[dependencies.toml]
version = "0.7.6"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.assert_fs]
version = "1.0.13"

[dev-dependencies.predicates]
version = "3.0.3"

[package]
description = "Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations"
edition = "2021"
license = "Apache-2.0"
name = "markdown-linkify"
readme = "README.md"
repository = "https://github.com/barafael/markdown-tools"
version = "0.3.1"