Skip to content

Commit 1bfb422

Browse files
committed
Refactor profile
1 parent d0f702e commit 1bfb422

File tree

1 file changed

+42
-34
lines changed

1 file changed

+42
-34
lines changed

profile/readme.md

Lines changed: 42 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,71 @@
1-
# [![rehype][logo]][monorepo]
1+
# [![rehype][githubusercontent-logo]][github-rehype]
22

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.
55
Plugins can inspect and change HTML.
66

77
* 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]
1214

1315
#### unified
1416

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.
1719

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]
2124

2225
#### Get involved
2326

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.
2629

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][]
3038

31-
[logo]: https://raw.githubusercontent.com/rehypejs/rehype/cb624bd/logo.svg?sanitize=true
39+
[github-hast]: https://github.com/syntax-tree/hast
3240

33-
[monorepo]: https://github.com/rehypejs/rehype
41+
[github-health-code-of-conduct]: https://github.com/rehypejs/.github/blob/main/code-of-conduct.md
3442

35-
[mdn]: https://developer.mozilla.org/docs/Web/HTML
43+
[github-health-contributing]: https://github.com/rehypejs/.github/blob/main/contributing.md
3644

37-
[html]: https://html.spec.whatwg.org/multipage/
45+
[github-health-support]: https://github.com/rehypejs/.github/blob/main/support.md
3846

39-
[parse5]: https://github.com/inikulin/parse5
47+
[github-inikulin-parse5]: https://github.com/inikulin/parse5
4048

41-
[hast]: https://github.com/syntax-tree/hast
49+
[github-rehype-awesome]: https://github.com/rehypejs/awesome-rehype
4250

43-
[awesome]: https://github.com/rehypejs/awesome
51+
[github-rehype-plugins]: https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins
4452

45-
[plugins]: https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins
53+
[github-rehype]: https://github.com/rehypejs/rehype
4654

47-
[topic]: https://github.com/topics/rehype-plugin
55+
[github-topics-rehype-plugin]: https://github.com/topics/rehype-plugin
4856

49-
[site]: https://unifiedjs.com
57+
[github-unified-collective]: https://github.com/unifiedjs/collective
5058

51-
[twitter]: https://twitter.com/unifiedjs
59+
[github-sponsors]: https://github.com/sponsors/unifiedjs
5260

53-
[collective]: https://github.com/unifiedjs/collective
61+
[githubusercontent-logo]: https://raw.githubusercontent.com/rehypejs/rehype/cb624bd/logo.svg?sanitize=true
5462

55-
[coc]: https://github.com/rehypejs/.github/blob/main/code-of-conduct.md
63+
[mdn]: https://developer.mozilla.org/docs/Web/HTML
5664

57-
[support]: https://github.com/rehypejs/.github/blob/main/support.md
65+
[opencollective]: https://opencollective.com/unified
5866

59-
[contribute]: https://github.com/rehypejs/.github/blob/main/contributing.md
67+
[thanks]: https://thanks.dev
6068

61-
[oc]: https://opencollective.com/unified
69+
[unifiedjs]: https://unifiedjs.com
6270

63-
[ghs]: https://github.com/sponsors/unifiedjs
71+
[whatwg-html]: https://html.spec.whatwg.org/multipage/

0 commit comments

Comments
 (0)