|
15 | 15 | > this is a new crate that reuses an old name.
|
16 | 16 | > The old crate (`0.3.0` and lower) has a bunch of problems.
|
17 | 17 | > Make sure to use the new crate,
|
18 |
| -> currently in alpha at `1.0.0-alpha.23`. |
| 18 | +> currently in alpha at `1.0.0-alpha.24`. |
19 | 19 |
|
20 | 20 | CommonMark compliant markdown parser in Rust with ASTs and extensions.
|
21 | 21 |
|
@@ -106,15 +106,15 @@ With [Rust][]
|
106 | 106 | install with `cargo`:
|
107 | 107 |
|
108 | 108 | ```sh
|
109 |
| - |
| 109 | + |
110 | 110 | ```
|
111 | 111 |
|
112 | 112 | > 👉 **Note**:
|
113 | 113 | > this is a new crate that reuses an old name.
|
114 | 114 | > The old crate (`0.3.0` and lower)
|
115 | 115 | > has a bunch of problems.
|
116 | 116 | > Make sure to use the new crate,
|
117 |
| -> currently in alpha at `1.0.0-alpha.23`. |
| 117 | +> currently in alpha at `1.0.0-alpha.24`. |
118 | 118 |
|
119 | 119 | ## Use
|
120 | 120 |
|
@@ -179,10 +179,10 @@ Root { children: [Heading { children: [Text { value: "Hi ", position: Some(1:3-1
|
179 | 179 | ## API
|
180 | 180 |
|
181 | 181 | `markdown-rs` exposes
|
182 |
| -[`to_html`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_html.html), |
183 |
| -[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_html_with_options.html), |
184 |
| -[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/fn.to_mdast.html), |
185 |
| -[`Options`](https://docs.rs/markdown/1.0.0-alpha.23/markdown/struct.Options.html), |
| 182 | +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.24/markdown/fn.to_html.html), |
| 183 | +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.24/markdown/fn.to_html_with_options.html), |
| 184 | +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.24/markdown/fn.to_mdast.html), |
| 185 | +[`Options`](https://docs.rs/markdown/1.0.0-alpha.24/markdown/struct.Options.html), |
186 | 186 | and a few other structs and enums.
|
187 | 187 |
|
188 | 188 | See the [crate docs][docs] for more info.
|
@@ -399,9 +399,9 @@ Special thanks go out to:
|
399 | 399 |
|
400 | 400 | [badge-coverage-url]: https://codecov.io/github/wooorm/markdown-rs
|
401 | 401 |
|
402 |
| -[docs]: https://docs.rs/markdown/1.0.0-alpha.23/markdown/ |
| 402 | +[docs]: https://docs.rs/markdown/1.0.0-alpha.24/markdown/ |
403 | 403 |
|
404 |
| -[crate]: https://crates.io/crates/markdown/1.0.0-alpha.23 |
| 404 | +[crate]: https://crates.io/crates/markdown/1.0.0-alpha.24 |
405 | 405 |
|
406 | 406 | [repo]: https://github.com/wooorm/markdown-rs
|
407 | 407 |
|
|
0 commit comments