|
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.22`. |
| 19 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.23`. |
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.22`. |
| 91 | +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.23`. |
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.22/markdown/fn.to_html.html), |
158 | | -[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/fn.to_html_with_options.html), |
159 | | -[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/fn.to_mdast.html), |
160 | | -[`Options`](https://docs.rs/markdown/1.0.0-alpha.22/markdown/struct.Options.html), |
| 157 | +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_html.html), |
| 158 | +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_html_with_options.html), |
| 159 | +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_mdast.html), |
| 160 | +[`Options`](https://docs.rs/markdown/1.0.0-alpha.23/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. |
@@ -369,11 +369,11 @@ Special thanks go out to: |
369 | 369 |
|
370 | 370 | [docs-badge]: https://img.shields.io/docsrs/markdown |
371 | 371 |
|
372 | | -[docs]: https://docs.rs/markdown/1.0.0-alpha.22/markdown/ |
| 372 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.23/markdown/ |
373 | 373 |
|
374 | 374 | [crate-badge]: https://img.shields.io/crates/v/markdown |
375 | 375 |
|
376 | | -[crate]: https://crates.io/crates/markdown/1.0.0-alpha.22 |
| 376 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.23 |
377 | 377 |
|
378 | 378 | [chat]: https://github.com/wooorm/markdown-rs/discussions |
379 | 379 |
|
@@ -423,4 +423,4 @@ Special thanks go out to: |
423 | 423 |
|
424 | 424 | [coc]: .github/code-of-conduct.md |
425 | 425 |
|
426 | | -[whatwg-html-image]: https://html.spec.whatwg.org/multipage/images.html#images-processing-model |
| 426 | +[whatwg-html-image]: https://html.spec.whatwg.org/multipage/images.html#images-processing-model |
0 commit comments