File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Headings by depth:
19
19
20
20
``` js
21
21
var Index = require (' unist-util-index' ),
22
+ fs = require (' fs' ),
22
23
remark = require (' remark' ),
23
24
toString = require (' mdast-util-to-string' );
24
25
@@ -41,14 +42,14 @@ index.get('unist')
41
42
// => [ { type: 'definition',
42
43
// identifier: 'unist',
43
44
// title: null,
44
- // link : 'https://github.com/wooorm/unist',
45
+ // url : 'https://github.com/wooorm/unist',
45
46
// position: Position { start: [Object], end: [Object], indent: [] } } ]
46
47
47
48
index .get (' travis' )
48
49
// => [ { type: 'definition',
49
50
// identifier: 'travis',
50
51
// title: null,
51
- // link : 'https://travis-ci.org/eush77/unist-util-index',
52
+ // url : 'https://travis-ci.org/eush77/unist-util-index',
52
53
// position: Position { start: [Object], end: [Object], indent: [] } } ]
53
54
```
54
55
You can’t perform that action at this time.
0 commit comments