|
1 |
| -# [![rehype][logo]][monorepo] |
| 1 | +# [![rehype][githubusercontent-logo]][github-rehype] |
2 | 2 |
|
3 |
| -[**rehype**][monorepo] is a popular free and open source tool that transforms |
4 |
| -HTML with plugins. |
| 3 | +**[rehype][github-rehype]** is a popular free and open source tool that |
| 4 | +transforms HTML with plugins. |
5 | 5 | Plugins can inspect and change HTML.
|
6 | 6 |
|
7 | 7 | * to learn HTML, see [MDN][]
|
8 |
| -* we follow [HTML (the living standard) by WHATWG][html] |
9 |
| -* we use [`parse5`][parse5] for parsing and [hast][] as the syntax tree |
10 |
| -* to find plugins, see [`awesome-rehype`][awesome], the |
11 |
| - [list of plugins][plugins], and the [`rehype-plugin` topic][topic] |
| 8 | +* we follow [HTML (the living standard) by WHATWG][whatwg-html] |
| 9 | +* we use [`parse5`][github-inikulin-parse5] for parsing and |
| 10 | + [hast][github-hast] as the syntax tree |
| 11 | +* to find plugins, see [`rehypejs/awesome-rehype`][github-rehype-awesome], |
| 12 | + the [list of plugins][github-rehype-plugins], |
| 13 | + and the [`rehype-plugin` topic][github-topics-rehype-plugin] |
12 | 14 |
|
13 | 15 | #### unified
|
14 | 16 |
|
15 |
| -rehype is part of the unified collective, which brings together organisations |
16 |
| -that work with content as structured data. |
| 17 | +**rehype** is part of the unified collective, |
| 18 | +which brings together organisations that work with content as structured data. |
17 | 19 |
|
18 |
| -* for more about us, see [`unifiedjs.com`][site] |
19 |
| -* for how the collective is governed, see [`unifiedjs/collective`][collective] |
20 |
| -* for updates, see [@unifiedjs][twitter] on Twitter |
| 20 | +* for more about us, |
| 21 | + see [`unifiedjs.com`][unifiedjs] |
| 22 | +* for how the collective is governed, |
| 23 | + see [`unifiedjs/collective`][github-unified-collective] |
21 | 24 |
|
22 | 25 | #### Get involved
|
23 | 26 |
|
24 |
| -> 👉 **Note**: By interacting with this organization or community you agree to |
25 |
| -> abide by our [code of conduct][coc]. |
| 27 | +This community has a [code of conduct][github-health-code-of-conduct]. |
| 28 | +You must follow it when interacting with the community. |
26 | 29 |
|
27 |
| -* for questions, see [support][] |
28 |
| -* to help, see [contribute][] |
29 |
| -* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs] |
| 30 | +* for questions, |
| 31 | + see [`support.md`][github-health-support] |
| 32 | +* to help, |
| 33 | + see [`contributing.md`][github-health-contributing] |
| 34 | +* to sponsor, |
| 35 | + see [GitHub sponsors][github-sponsors], |
| 36 | + [`thanks.dev`][thanks], |
| 37 | + or [OpenCollective][] |
30 | 38 |
|
31 |
| -[logo]: https://raw.githubusercontent.com/rehypejs/rehype/cb624bd/logo.svg?sanitize=true |
| 39 | +[github-hast]: https://github.com/syntax-tree/hast |
32 | 40 |
|
33 |
| -[monorepo]: https://github.com/rehypejs/rehype |
| 41 | +[github-health-code-of-conduct]: https://github.com/rehypejs/.github/blob/main/code-of-conduct.md |
34 | 42 |
|
35 |
| -[mdn]: https://developer.mozilla.org/docs/Web/HTML |
| 43 | +[github-health-contributing]: https://github.com/rehypejs/.github/blob/main/contributing.md |
36 | 44 |
|
37 |
| -[html]: https://html.spec.whatwg.org/multipage/ |
| 45 | +[github-health-support]: https://github.com/rehypejs/.github/blob/main/support.md |
38 | 46 |
|
39 |
| -[parse5]: https://github.com/inikulin/parse5 |
| 47 | +[github-inikulin-parse5]: https://github.com/inikulin/parse5 |
40 | 48 |
|
41 |
| -[hast]: https://github.com/syntax-tree/hast |
| 49 | +[github-rehype-awesome]: https://github.com/rehypejs/awesome-rehype |
42 | 50 |
|
43 |
| -[awesome]: https://github.com/rehypejs/awesome |
| 51 | +[github-rehype-plugins]: https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins |
44 | 52 |
|
45 |
| -[plugins]: https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins |
| 53 | +[github-rehype]: https://github.com/rehypejs/rehype |
46 | 54 |
|
47 |
| -[topic]: https://github.com/topics/rehype-plugin |
| 55 | +[github-topics-rehype-plugin]: https://github.com/topics/rehype-plugin |
48 | 56 |
|
49 |
| -[site]: https://unifiedjs.com |
| 57 | +[github-unified-collective]: https://github.com/unifiedjs/collective |
50 | 58 |
|
51 |
| -[twitter]: https://twitter.com/unifiedjs |
| 59 | +[github-sponsors]: https://github.com/sponsors/unifiedjs |
52 | 60 |
|
53 |
| -[collective]: https://github.com/unifiedjs/collective |
| 61 | +[githubusercontent-logo]: https://raw.githubusercontent.com/rehypejs/rehype/cb624bd/logo.svg?sanitize=true |
54 | 62 |
|
55 |
| -[coc]: https://github.com/rehypejs/.github/blob/main/code-of-conduct.md |
| 63 | +[mdn]: https://developer.mozilla.org/docs/Web/HTML |
56 | 64 |
|
57 |
| -[support]: https://github.com/rehypejs/.github/blob/main/support.md |
| 65 | +[opencollective]: https://opencollective.com/unified |
58 | 66 |
|
59 |
| -[contribute]: https://github.com/rehypejs/.github/blob/main/contributing.md |
| 67 | +[thanks]: https://thanks.dev |
60 | 68 |
|
61 |
| -[oc]: https://opencollective.com/unified |
| 69 | +[unifiedjs]: https://unifiedjs.com |
62 | 70 |
|
63 |
| -[ghs]: https://github.com/sponsors/unifiedjs |
| 71 | +[whatwg-html]: https://html.spec.whatwg.org/multipage/ |
0 commit comments