We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef10ff commit 6420b95Copy full SHA for 6420b95
mdast_util_to_markdown/Cargo.toml
@@ -1,12 +1,13 @@
1
[dependencies]
2
-markdown = { path = "../" }
+markdown = { path = "../", version = "1.0.0-alpha.22" }
3
regex = { version = "1" }
4
5
[dev-dependencies]
6
pretty_assertions = { workspace = true }
7
8
[package]
9
+description = "Markdown to AST"
10
edition = "2018"
11
license = "MIT"
12
name = "mdast_util_to_markdown"
-version = "0.0.0"
13
+version = "0.0.1"
0 commit comments