|
16 | 16 |
|
17 | 17 | > 👉 **Note**: this is a new crate that reuses an old name. |
18 | 18 | > 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.7`. |
| 19 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.8`. |
20 | 20 |
|
21 | 21 | CommonMark compliant markdown parser in Rust with ASTs and extensions. |
22 | 22 |
|
@@ -80,12 +80,12 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark] |
80 | 80 | With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`: |
81 | 81 |
|
82 | 82 | ```sh |
83 | | -cargo add markdown@1.0.0-alpha.7 |
| 83 | +cargo add markdown@1.0.0-alpha.8 |
84 | 84 | ``` |
85 | 85 |
|
86 | 86 | > 👉 **Note**: this is a new crate that reuses an old name. |
87 | 87 | > 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.7`. |
| 88 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.8`. |
89 | 89 |
|
90 | 90 | ## Use |
91 | 91 |
|
@@ -151,10 +151,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3 |
151 | 151 | ## API |
152 | 152 |
|
153 | 153 | `markdown-rs` exposes |
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), |
| 154 | +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.8/markdown/fn.to_html.html), |
| 155 | +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.8/markdown/fn.to_html_with_options.html), |
| 156 | +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.8/markdown/fn.to_mdast.html), |
| 157 | +[`Options`](https://docs.rs/markdown/1.0.0-alpha.8/markdown/struct.Options.html), |
158 | 158 | and a few other structs and enums. |
159 | 159 |
|
160 | 160 | See the [crate docs][docs] for more info. |
@@ -350,11 +350,11 @@ Special thanks go out to: |
350 | 350 |
|
351 | 351 | [docs-badge]: https://img.shields.io/docsrs/markdown |
352 | 352 |
|
353 | | -[docs]: https://docs.rs/markdown/1.0.0-alpha.7/markdown/ |
| 353 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.8/markdown/ |
354 | 354 |
|
355 | 355 | [crate-badge]: https://img.shields.io/crates/v/markdown |
356 | 356 |
|
357 | | -[crate]: https://crates.io/crates/markdown/1.0.0-alpha.7 |
| 357 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.8 |
358 | 358 |
|
359 | 359 | [chat]: https://github.com/wooorm/markdown-rs/discussions |
360 | 360 |
|
|
0 commit comments