|
8 | 8 | [![Backers][backers-badge]][collective] |
9 | 9 | [![Chat][chat-badge]][chat] |
10 | 10 |
|
11 | | -Get the style of [**mdast**][mdast] headings. |
| 11 | +[**mdast**][mdast] utility to get the style of a heading. |
12 | 12 |
|
13 | | -## Installation |
| 13 | +## Install |
14 | 14 |
|
15 | 15 | [npm][]: |
16 | 16 |
|
17 | | -```bash |
| 17 | +```sh |
18 | 18 | npm install mdast-util-heading-style |
19 | 19 | ``` |
20 | 20 |
|
@@ -51,11 +51,13 @@ heading is found, either `relative` or `null` is returned. |
51 | 51 |
|
52 | 52 | ## Contribute |
53 | 53 |
|
54 | | -See [`contributing.md` in `syntax-tree/mdast`][contributing] for ways to get |
| 54 | +See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get |
55 | 55 | started. |
| 56 | +See [`support.md`][support] for ways to get help. |
56 | 57 |
|
57 | | -This organisation has a [Code of Conduct][coc]. By interacting with this |
58 | | -repository, organisation, or community you agree to abide by its terms. |
| 58 | +This project has a [Code of Conduct][coc]. |
| 59 | +By interacting with this repository, organisation, or community you agree to |
| 60 | +abide by its terms. |
59 | 61 |
|
60 | 62 | ## License |
61 | 63 |
|
@@ -95,10 +97,12 @@ repository, organisation, or community you agree to abide by its terms. |
95 | 97 |
|
96 | 98 | [npm]: https://docs.npmjs.com/cli/install |
97 | 99 |
|
98 | | -[mdast]: https://github.com/syntax-tree/mdast |
| 100 | +[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md |
99 | 101 |
|
100 | | -[node]: https://github.com/syntax-tree/unist#node |
| 102 | +[support]: https://github.com/syntax-tree/.github/blob/master/support.md |
101 | 103 |
|
102 | | -[contributing]: https://github.com/syntax-tree/mdast/blob/master/contributing.md |
| 104 | +[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md |
103 | 105 |
|
104 | | -[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md |
| 106 | +[mdast]: https://github.com/syntax-tree/mdast |
| 107 | + |
| 108 | +[node]: https://github.com/syntax-tree/unist#node |
0 commit comments