|
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.14`. |
| 19 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.15`. |
20 | 20 |
|
21 | 21 | CommonMark compliant markdown parser in Rust with ASTs and extensions.
|
22 | 22 |
|
@@ -83,12 +83,12 @@ P.S. if you want to *compile* MDX, use [`mdxjs-rs`][mdxjs-rs].
|
83 | 83 | With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
|
84 | 84 |
|
85 | 85 | ```sh
|
86 |
| - |
| 86 | + |
87 | 87 | ```
|
88 | 88 |
|
89 | 89 | > 👉 **Note**: this is a new crate that reuses an old name.
|
90 | 90 | > 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`. |
92 | 92 |
|
93 | 93 | ## Use
|
94 | 94 |
|
@@ -154,10 +154,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3
|
154 | 154 | ## API
|
155 | 155 |
|
156 | 156 | `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), |
161 | 161 | and a few other structs and enums.
|
162 | 162 |
|
163 | 163 | See the [crate docs][docs] for more info.
|
@@ -360,11 +360,11 @@ Special thanks go out to:
|
360 | 360 |
|
361 | 361 | [docs-badge]: https://img.shields.io/docsrs/markdown
|
362 | 362 |
|
363 |
| -[docs]: https://docs.rs/markdown/1.0.0-alpha.14/markdown/ |
| 363 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.15/markdown/ |
364 | 364 |
|
365 | 365 | [crate-badge]: https://img.shields.io/crates/v/markdown
|
366 | 366 |
|
367 |
| -[crate]: https://crates.io/crates/markdown/1.0.0-alpha.14 |
| 367 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.15 |
368 | 368 |
|
369 | 369 | [chat]: https://github.com/wooorm/markdown-rs/discussions
|
370 | 370 |
|
|
0 commit comments