Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 14, 2020
1 parent 61a3446 commit bd4ed11
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/remark-cli/readme.md
Expand Up @@ -140,8 +140,8 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
<a href="https://themeisle.com"><img src="https://avatars1.githubusercontent.com/u/58979018?s=128&v=4" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://boostio.co">BoostIO</a><br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=128&v=4" width="64"></a>
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://expo.io">Expo</a><br><br>
Expand Down
8 changes: 5 additions & 3 deletions packages/remark-parse/readme.md
Expand Up @@ -51,7 +51,7 @@ Configure the `processor` to read Markdown as input and process
## Extending the parser

See [`micromark`][micromark] and [`mdast-util-from-markdown`][from-markdown].
Then create a wrapper plugin such as `remark-gfm`.
Then create a wrapper plugin such as [`remark-gfm`][gfm].

## Security

Expand Down Expand Up @@ -107,8 +107,8 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
<a href="https://themeisle.com"><img src="https://avatars1.githubusercontent.com/u/58979018?s=128&v=4" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://boostio.co">BoostIO</a><br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=128&v=4" width="64"></a>
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://expo.io">Expo</a><br><br>
Expand Down Expand Up @@ -193,3 +193,5 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
[micromark]: https://github.com/micromark/micromark

[from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown

[gfm]: https://github.com/remarkjs/remark-gfm
4 changes: 2 additions & 2 deletions packages/remark-stringify/readme.md
Expand Up @@ -118,8 +118,8 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
<a href="https://themeisle.com"><img src="https://avatars1.githubusercontent.com/u/58979018?s=128&v=4" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://boostio.co">BoostIO</a><br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=128&v=4" width="64"></a>
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://expo.io">Expo</a><br><br>
Expand Down
4 changes: 2 additions & 2 deletions packages/remark/readme.md
Expand Up @@ -168,8 +168,8 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
<a href="https://themeisle.com"><img src="https://avatars1.githubusercontent.com/u/58979018?s=128&v=4" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://boostio.co">BoostIO</a><br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=128&v=4" width="64"></a>
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://expo.io">Expo</a><br><br>
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -23,8 +23,8 @@ style (`remark-lint`)][remark-lint], [transforming safely to React
contents (`remark-toc`)][remark-toc], or [compiling to man pages
(`remark-man`)][remark-man].

Internally, remark now uses [**`micromark`**][micromark], a new, fast, and tiny
CommonMark compliant Markdown tokenizer.
Internally, remark now uses [micromark][], a new, fast, and tiny CommonMark
compliant Markdown tokenizer.
It can be GFM compliant with [`remark-gfm`][remark-gfm].

Finally, remark is part of the [unified][website] [collective][governance].
Expand Down Expand Up @@ -101,8 +101,8 @@ Support this effort and give back by sponsoring on [OpenCollective][collective]!
<a href="https://themeisle.com"><img src="https://avatars1.githubusercontent.com/u/58979018?s=128&v=4" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://boostio.co">BoostIO</a><br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=128&v=4" width="64"></a>
<a href="https://boosthub.io">Boost Hub</a><br><br>
<a href="https://boosthub.io"><img src="https://images.opencollective.com/boosthub/6318083/logo/128.png" width="64"></a>
</td>
<td width="10%" align="center">
<a href="https://expo.io">Expo</a><br><br>
Expand Down

0 comments on commit bd4ed11

Please sign in to comment.