File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " unist-util-source" ,
33 "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" ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " unist" ,
8+ " unist-util" ,
9+ " util" ,
10+ " utility" ,
811 " node" ,
912 " position" ,
1013 " source"
Original file line number Diff line number Diff line change 1818npm install unist-util-source
1919```
2020
21- ## Usage
21+ ## Use
2222
2323Say we have the following file, ` example.md ` :
2424
@@ -29,7 +29,7 @@ Say we have the following file, `example.md`:
2929
3030And our script, ` example.js ` , looks as follows:
3131
32- ``` javascript
32+ ``` js
3333var vfile = require (' to-vfile' )
3434var unified = require (' unified' )
3535var parse = require (' remark-parse' )
@@ -102,7 +102,7 @@ abide by its terms.
102102
103103[ collective ] : https://opencollective.com/unified
104104
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
106106
107107[ chat ] : https://spectrum.chat/unified/syntax-tree
108108
You can’t perform that action at this time.
0 commit comments