Skip to content

Commit c139008

Browse files
committed
1.0.0-alpha.7
1 parent 905b625 commit c139008

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.6"
3+
version = "1.0.0-alpha.7"
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.6`.
19+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.7`.
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].6
83+
cargo add [email protected].7
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.6`.
88+
> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.7`.
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.6/markdown/fn.to_html.html),
155-
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.6/markdown/fn.to_html_with_options.html),
156-
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.6/markdown/fn.to_mdast.html),
157-
[`Options`](https://docs.rs/markdown/1.0.0-alpha.6/markdown/struct.Options.html),
154+
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.7/markdown/fn.to_html.html),
155+
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.7/markdown/fn.to_html_with_options.html),
156+
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.7/markdown/fn.to_mdast.html),
157+
[`Options`](https://docs.rs/markdown/1.0.0-alpha.7/markdown/struct.Options.html),
158158
and a few other structs and enums.
159159

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

349349
[docs-badge]: https://img.shields.io/docsrs/markdown
350350

351-
[docs]: https://docs.rs/markdown/1.0.0-alpha.6/markdown/
351+
[docs]: https://docs.rs/markdown/1.0.0-alpha.7/markdown/
352352

353353
[crate-badge]: https://img.shields.io/crates/v/markdown
354354

355-
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.6
355+
[crate]: https://crates.io/crates/markdown/1.0.0-alpha.7
356356

357357
[chat]: https://github.com/wooorm/markdown-rs/discussions
358358

0 commit comments

Comments
 (0)