Skip to content

Commit

Permalink
Refactor to lowercase syntax tree formats
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 17, 2018
1 parent dfcdfdf commit a29a041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ This domain is established to be used for illustrative examples in documents. Yo

### `origin.use(rehype2remark[, destination][, options])`

Either bridge or mutate from [**rehype**][rehype] ([HAST][]) to
[**remark**][remark] ([MDAST][]).
Either bridge or mutate from [**rehype**][rehype] ([hast][]) to
[**remark**][remark] ([mdast][]).

###### `destination`

If given ([`Unified`][processor]), runs the destination processor
with the new MDAST tree, then, after running discards that tree and
with the new mdast tree, then, after running discards that tree and
continues on running the origin processor with the original tree
([bridge-mode][bridge]). Otherwise, passes the tree to further
plug-ins (mutate-mode).
Expand All @@ -74,9 +74,9 @@ this plugin is mostly used with block nodes.
* [`remark-rehype`](https://github.com/wooorm/remark-rehype)
— Transform markdown to HTML
* [`rehype-retext`](https://github.com/rehypejs/rehype-retext)
— Transform HTML to [NLCST][]
— Transform HTML to [nlcst][]
* [`remark-retext`](https://github.com/wooorm/remark-retext)
— Transform markdown to [NLCST][]
— Transform markdown to [nlcst][]

## Contribute

Expand Down

0 comments on commit a29a041

Please sign in to comment.