|
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.2`. |
| 19 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.3`. |
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 |
| - |
| 83 | + |
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.2`. |
| 88 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.3`. |
89 | 89 |
|
90 | 90 | ## Use
|
91 | 91 |
|
@@ -157,10 +157,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3
|
157 | 157 | ## API
|
158 | 158 |
|
159 | 159 | `markdown-rs` exposes
|
160 |
| -[`to_html`](https://docs.rs/markdown/1.0.0-alpha.2/markdown/fn.to_html.html), |
161 |
| -[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.2/markdown/fn.to_html_with_options.html), |
162 |
| -[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.2/markdown/fn.to_mdast.html), |
163 |
| -[`Options`](https://docs.rs/markdown/1.0.0-alpha.2/markdown/struct.Options.html), |
| 160 | +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_html.html), |
| 161 | +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_html_with_options.html), |
| 162 | +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_mdast.html), |
| 163 | +[`Options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/struct.Options.html), |
164 | 164 | and a few other structs and enums.
|
165 | 165 |
|
166 | 166 | 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.2/markdown/ |
| 353 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.3/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.2 |
| 357 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.3 |
358 | 358 |
|
359 | 359 | [chat]: https://github.com/wooorm/markdown-rs/discussions
|
360 | 360 |
|
|
0 commit comments