@@ -10,9 +10,6 @@ Check if a [node][] is an [**embedded**][spec] [element][].
10
10
npm install hast-util-embedded
11
11
```
12
12
13
- ** hast-util-embedded** is also available as an AMD, CommonJS, and
14
- globals module, [ uncompressed and compressed] [ releases ] .
15
-
16
13
## Usage
17
14
18
15
``` javascript
@@ -47,24 +44,22 @@ Check if the given value is an [**embedded**][spec] [element][].
47
44
48
45
<!-- Definition -->
49
46
50
- [ build-badge ] : https://img.shields.io/travis/wooorm /hast-util-embedded.svg
47
+ [ build-badge ] : https://img.shields.io/travis/syntax-tree /hast-util-embedded.svg
51
48
52
- [ build-page ] : https://travis-ci.org/wooorm /hast-util-embedded
49
+ [ build-page ] : https://travis-ci.org/syntax-tree /hast-util-embedded
53
50
54
- [ coverage-badge ] : https://img.shields.io/codecov/c/github/wooorm /hast-util-embedded.svg
51
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree /hast-util-embedded.svg
55
52
56
- [ coverage-page ] : https://codecov.io/github/wooorm /hast-util-embedded?branch=master
53
+ [ coverage-page ] : https://codecov.io/github/syntax-tree /hast-util-embedded?branch=master
57
54
58
55
[ npm ] : https://docs.npmjs.com/cli/install
59
56
60
- [ releases ] : https://github.com/wooorm/hast-util-embedded/releases
61
-
62
57
[ license ] : LICENSE
63
58
64
59
[ author ] : http://wooorm.com
65
60
66
- [ node ] : https://github.com/wooorm/hast #node
61
+ [ node ] : https://github.com/syntax-tree/unist #node
67
62
68
- [ element ] : https://github.com/wooorm /hast#element
63
+ [ element ] : https://github.com/syntax-tree /hast#element
69
64
70
65
[ spec ] : https://html.spec.whatwg.org/#embedded-content-2
0 commit comments