|
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.3`. |
| 19 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.4`. |
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.3`. |
| 88 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.4`. |
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.3/markdown/fn.to_html.html), |
155 |
| -[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_html_with_options.html), |
156 |
| -[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/fn.to_mdast.html), |
157 |
| -[`Options`](https://docs.rs/markdown/1.0.0-alpha.3/markdown/struct.Options.html), |
| 154 | +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_html.html), |
| 155 | +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_html_with_options.html), |
| 156 | +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.4/markdown/fn.to_mdast.html), |
| 157 | +[`Options`](https://docs.rs/markdown/1.0.0-alpha.4/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.
|
@@ -344,11 +344,11 @@ Special thanks go out to:
|
344 | 344 |
|
345 | 345 | [docs-badge]: https://img.shields.io/docsrs/markdown
|
346 | 346 |
|
347 |
| -[docs]: https://docs.rs/markdown/1.0.0-alpha.3/markdown/ |
| 347 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.4/markdown/ |
348 | 348 |
|
349 | 349 | [crate-badge]: https://img.shields.io/crates/v/markdown
|
350 | 350 |
|
351 |
| -[crate]: https://crates.io/crates/markdown/1.0.0-alpha.3 |
| 351 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.4 |
352 | 352 |
|
353 | 353 | [chat]: https://github.com/wooorm/markdown-rs/discussions
|
354 | 354 |
|
|
0 commit comments