Skip to content

Commit

Permalink
Add list of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 19, 2017
1 parent e59fd10 commit 5448a16
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ to process between different syntaxes.
* [**remark**][remark] ([**MDAST**][mdast]) — Markdown
* [**retext**][retext] ([**NLCST**][nlcst]) — Natural language

###### List of Plugins

The below plugins work with **unified**, unrelated to which syntax tree is
processed:

* [`unified-diff`](https://github.com/unifiedjs/unified-diff)
— Ignore messages for unchanged lines in Travis

See [**remark**][remark-plugins], [**rehype**][rehype-plugins], and
[**retext**][retext-plugins] for lists of their plugins.

###### File

When processing documents, metadata is often gathered about that
Expand Down Expand Up @@ -920,3 +931,9 @@ remark()
[trough]: https://github.com/wooorm/trough#function-fninput-next

[promise]: https://developer.mozilla.org/Web/JavaScript/Reference/Global_Objects/Promise

[remark-plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md#list-of-plugins

[rehype-plugins]: https://github.com/wooorm/rehype/blob/master/doc/plugins.md#list-of-plugins

[retext-plugins]: https://github.com/wooorm/retext/blob/master/doc/plugins.md#list-of-plugins

0 comments on commit 5448a16

Please sign in to comment.