Skip to content

Commit 2f43f59

Browse files
committed
1.0.0-alpha.15
1 parent 07ec266 commit 2f43f59

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.14"
3+
version = "1.0.0-alpha.15"
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.14`.
19+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.15`.
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].14
86+
cargo add [email protected].15
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.14`.
91+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.15`.
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.14/markdown/fn.to_html.html),
158-
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.14/markdown/fn.to_html_with_options.html),
159-
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.14/markdown/fn.to_mdast.html),
160-
[`Options`](https://docs.rs/markdown/1.0.0-alpha.14/markdown/struct.Options.html),
157+
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.15/markdown/fn.to_html.html),
158+
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.15/markdown/fn.to_html_with_options.html),
159+
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.15/markdown/fn.to_mdast.html),
160+
[`Options`](https://docs.rs/markdown/1.0.0-alpha.15/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.14/markdown/
363+
[docs]: https://docs.rs/markdown/1.0.0-alpha.15/markdown/
364364

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

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

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

0 commit comments

Comments
 (0)