@@ -21,7 +21,8 @@ The reason for introducing a new “virtual” DOM is primarily: |
|
|
21 |
21 |
|
22 |
22 |
**HAST** is a subset of [Unist][], and implemented by [rehype][]. |
23 |
23 |
|
24 |
|
-This document describes version 2.1.0 of **HAST**. [Changelog »][changelog]. |
|
24 |
+This document may not be released. See [releases][] for released |
|
25 |
+documents. The latest released version is [`2.1.0`][latest]. |
25 |
26 |
|
26 |
27 |
## Table of Contents |
27 |
28 |
|
@@ -363,7 +364,9 @@ Yields: |
|
|
363 |
364 |
|
364 |
365 |
[logo]: https://cdn.rawgit.com/syntax-tree/hast/342f7b8/logo.svg |
365 |
366 |
|
366 |
|
-[changelog]: https://github.com/syntax-tree/hast/releases |
|
367 |
+[releases]: https://github.com/syntax-tree/hast/releases |
|
368 |
+ |
|
369 |
+[latest]: https://github.com/syntax-tree/hast/releases/tag/2.1.0 |
367 |
370 |
|
368 |
371 |
[html-element]: https://dom.spec.whatwg.org/#interface-element |
369 |
372 |
|