File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-source" ,
3
3
"version" : " 1.0.5" ,
4
- "description" : " Utility to get the source of a value" ,
4
+ "description" : " unist utility to get the source of a value" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" unist" ,
8
+ " unist-util" ,
9
+ " util" ,
10
+ " utility" ,
8
11
" node" ,
9
12
" position" ,
10
13
" source"
Original file line number Diff line number Diff line change 18
18
npm install unist-util-source
19
19
```
20
20
21
- ## Usage
21
+ ## Use
22
22
23
23
Say we have the following file, ` example.md ` :
24
24
@@ -29,7 +29,7 @@ Say we have the following file, `example.md`:
29
29
30
30
And our script, ` example.js ` , looks as follows:
31
31
32
- ``` javascript
32
+ ``` js
33
33
var vfile = require (' to-vfile' )
34
34
var unified = require (' unified' )
35
35
var parse = require (' remark-parse' )
@@ -102,7 +102,7 @@ abide by its terms.
102
102
103
103
[ collective ] : https://opencollective.com/unified
104
104
105
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
105
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
106
106
107
107
[ chat ] : https://spectrum.chat/unified/syntax-tree
108
108
You can’t perform that action at this time.
0 commit comments