Skip to content

Commit af96212

Browse files
committed
1.0.0-alpha.4
1 parent e6e05b5 commit af96212

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown"
3-
version = "1.0.0-alpha.3"
3+
version = "1.0.0-alpha.4"
44
authors = ["Titus Wormer <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.56"

readme.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
> 👉 **Note**: this is a new crate that reuses an old name.
1818
> The old crate (`0.3.0` and lower) has a bunch of problems.
19-
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.3`.
19+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.4`.
2020
2121
CommonMark compliant markdown parser in Rust with ASTs and extensions.
2222

@@ -80,12 +80,12 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark]
8080
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
8181

8282
```sh
83-
cargo add [email protected].3
83+
cargo add [email protected].4
8484
```
8585

8686
> 👉 **Note**: this is a new crate that reuses an old name.
8787
> The old crate (`0.3.0` and lower) has a bunch of problems.
88-
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.3`.
88+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.4`.
8989
9090
## Use
9191

@@ -151,10 +151,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3
151151
## API
152152

153153
`markdown-rs` exposes
154-
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_html.html),
155-
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_html_with_options.html),
156-
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_mdast.html),
157-
[`Options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/struct.Options.html),
154+
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_html.html),
155+
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_html_with_options.html),
156+
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_mdast.html),
157+
[`Options`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/struct.Options.html),
158158
and a few other structs and enums.
159159

160160
See the [crate docs][docs] for more info.
@@ -344,11 +344,11 @@ Special thanks go out to:
344344

345345
[docs-badge]: https://img.shields.io/docsrs/markdown
346346

347-
[docs]: https://docs.rs/markdown/1.0.0-alpha.3/markdown/
347+
[docs]: https://docs.rs/markdown/1.0.0-alpha.4/markdown/
348348

349349
[crate-badge]: https://img.shields.io/crates/v/markdown
350350

351-
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.3
351+
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.4
352352

353353
[chat]: https://github.com/wooorm/markdown-rs/discussions
354354

0 commit comments

Comments
 (0)