Skip to content

Commit

Permalink
Rename hast > rehype
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 20, 2016
1 parent ea3d264 commit 30bf0d1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ transforming it through plug-ins, and compiling the tree to something
else.

This document explains some terminology relating to [**retext**][retext],
[**remark**][remark], [**hast**][hast], and their related projects.
[**remark**][remark], [**rehype**][rehype], and their related projects.

This document may not be released. See [releases][] for released
documents.
Expand Down Expand Up @@ -41,7 +41,7 @@ result in the same values.

See [**nlcst**][nlcst] for more information on **retext** nodes,
[**mdast**][mdast] for information on **remark** nodes, and
[**hast**][hast] for information on **hast** nodes.
[**hast**][hast] for information on **rehype** nodes.

### `Node`

Expand Down Expand Up @@ -136,7 +136,7 @@ existing files, nor to the file-system.
## Unist utilities

**Unist utilities** are functions which work with **unist nodes**,
agnostic of **remark**, **retext**, or **hast**.
agnostic of **remark**, **retext**, or **rehype**.

A list of **vfile**-related utilities can be found at [**vfile**][vfile].

Expand Down Expand Up @@ -205,7 +205,9 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].

[remark]: https://github.com/wooorm/remark

[hast]: https://github.com/wooorm/hast
[rehype]: https://github.com/wooorm/rehype

[hast]: https://github.com/syntax-tree/hast

[nlcst]: https://github.com/syntax-tree/nlcst

Expand Down

0 comments on commit 30bf0d1

Please sign in to comment.