|
1 |
| -# mdast-util-heading-range [](https://travis-ci.org/wooorm/mdast-util-heading-range) [](https://codecov.io/github/wooorm/mdast-util-heading-range) |
| 1 | +# mdast-util-heading-range [![Build Status][travis-badge]][travis] [![Coverage Status][coverage-badge]][coverage] |
2 | 2 |
|
3 |
| -Markdown heading as ranges in [**mdast**](https://github.com/wooorm/mdast). |
| 3 | +Markdown heading as ranges in [**mdast**][mdast]. |
4 | 4 |
|
5 | 5 | ## Installation
|
6 | 6 |
|
7 |
| -[npm](https://docs.npmjs.com/cli/install): |
| 7 | +[npm][npm-install]: |
8 | 8 |
|
9 | 9 | ```bash
|
10 | 10 | npm install mdast-util-heading-range
|
11 | 11 | ```
|
12 | 12 |
|
13 |
| -**mdast-util-heading-range** is also available for [duo](http://duojs.org/#getting-started), |
14 |
| -and as an AMD, CommonJS, and globals module, [uncompressed and |
15 |
| -compressed](https://github.com/wooorm/mdast-util-heading-range/releases). |
16 |
| - |
17 |
| -## Table of Contents |
18 |
| - |
19 |
| -* [Usage](#usage) |
20 |
| - |
21 |
| -* [API](#api) |
22 |
| - |
23 |
| - * [heading(test, onrun)](#headingtest-onrun) |
24 |
| - |
25 |
| - * [function onrun(start, nodes, end?, scope)](#function-onrunstart-nodes-end-scope) |
26 |
| - |
27 |
| -* [License](#license) |
| 13 | +**mdast-util-heading-range** is also available for [duo][], |
| 14 | +and as an AMD, CommonJS, and globals module, |
| 15 | +[uncompressed and compressed][releases]. |
28 | 16 |
|
29 | 17 | ## Usage
|
30 | 18 |
|
@@ -125,4 +113,26 @@ or lower depth, or the end of the document.
|
125 | 113 |
|
126 | 114 | ## License
|
127 | 115 |
|
128 |
| -[MIT](LICENSE) © [Titus Wormer](http://wooorm.com) |
| 116 | +[MIT][license] © [Titus Wormer][home] |
| 117 | + |
| 118 | +<!-- Definitions --> |
| 119 | + |
| 120 | +[travis-badge]: https://img.shields.io/travis/wooorm/mdast-util-heading-range.svg |
| 121 | + |
| 122 | +[travis]: https://travis-ci.org/wooorm/mdast-util-heading-range |
| 123 | + |
| 124 | +[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-heading-range.svg |
| 125 | + |
| 126 | +[coverage]: https://codecov.io/github/wooorm/mdast-util-heading-range |
| 127 | + |
| 128 | +[mdast]: https://github.com/wooorm/mdast |
| 129 | + |
| 130 | +[npm-install]: https://docs.npmjs.com/cli/install |
| 131 | + |
| 132 | +[duo]: http://duojs.org/#getting-started |
| 133 | + |
| 134 | +[releases]: https://github.com/wooorm/mdast-util-heading-range/releases |
| 135 | + |
| 136 | +[license]: LICENSE |
| 137 | + |
| 138 | +[home]: http://wooorm.com |
0 commit comments