Skip to content

Commit

Permalink
Add more links to unified for examples of use
Browse files Browse the repository at this point in the history
Closes GH-386.
  • Loading branch information
wooorm committed Jul 2, 2019
1 parent 0ee5336 commit a47c3c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remark-parse/readme.md
Expand Up @@ -72,6 +72,8 @@ var processor = unified()
process.stdin.pipe(createStream(processor)).pipe(process.stdout)
```

[See **unified** for more examples »][unified]

## Table of Contents

* [API](#api)
Expand Down
2 changes: 2 additions & 0 deletions packages/remark-stringify/readme.md
Expand Up @@ -77,6 +77,8 @@ var processor = unified()
process.stdin.pipe(createStream(processor)).pipe(process.stdout)
```

[See **unified** for more examples »][unified]

## Table of Contents

* [API](#api)
Expand Down
2 changes: 2 additions & 0 deletions packages/remark/readme.md
Expand Up @@ -66,6 +66,8 @@ npm install remark

## Use

[See **unified** for more examples »][unified]

###### Common example

This example lints Markdown and turns it into HTML.
Expand Down

0 comments on commit a47c3c9

Please sign in to comment.