Skip to content

Commit fef10ff

Browse files
committed
1.0.0-alpha.22
1 parent d911b37 commit fef10ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ license = "MIT"
3838
name = "markdown"
3939
repository = "https://github.com/wooorm/markdown-rs"
4040
rust-version = "1.56"
41-
version = "1.0.0-alpha.21"
41+
version = "1.0.0-alpha.22"
4242

4343
[workspace]
4444
members = ["generate", "mdast_util_to_markdown"]

readme.md

Lines changed: 9 additions & 9 deletions
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.21`.
19+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.22`.
2020
2121
CommonMark compliant markdown parser in Rust with ASTs and extensions.
2222

@@ -83,12 +83,12 @@ P.S. if you want to *compile* MDX, use [`mdxjs-rs`][mdxjs-rs].
8383
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
8484

8585
```sh
86-
cargo add [email protected].21
86+
cargo add [email protected].22
8787
```
8888

8989
> 👉 **Note**: this is a new crate that reuses an old name.
9090
> The old crate (`0.3.0` and lower) has a bunch of problems.
91-
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.21`.
91+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.22`.
9292
9393
## Use
9494

@@ -154,10 +154,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3
154154
## API
155155

156156
`markdown-rs` exposes
157-
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.21/markdown/fn.to_html.html),
158-
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.21/markdown/fn.to_html_with_options.html),
159-
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.21/markdown/fn.to_mdast.html),
160-
[`Options`](https://docs.rs/markdown/1.0.0-alpha.21/markdown/struct.Options.html),
157+
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/fn.to_html.html),
158+
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/fn.to_html_with_options.html),
159+
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/fn.to_mdast.html),
160+
[`Options`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/struct.Options.html),
161161
and a few other structs and enums.
162162

163163
See the [crate docs][docs] for more info.
@@ -360,11 +360,11 @@ Special thanks go out to:
360360

361361
[docs-badge]: https://img.shields.io/docsrs/markdown
362362

363-
[docs]: https://docs.rs/markdown/1.0.0-alpha.21/markdown/
363+
[docs]: https://docs.rs/markdown/1.0.0-alpha.22/markdown/
364364

365365
[crate-badge]: https://img.shields.io/crates/v/markdown
366366

367-
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.21
367+
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.22
368368

369369
[chat]: https://github.com/wooorm/markdown-rs/discussions
370370

0 commit comments

Comments
 (0)