File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $ npm install unified unified-stream remark-parse remark-rehype rehype-stringify
36
36
├── remark-parse@3.0.1
37
37
├── remark-rehype@2.0.1
38
38
├── unified-stream@1.0.0
39
- └── unified@6.1.4
39
+ └── unified@6.1.5
40
40
```
41
41
42
42
Let’s first create a markdown file that we’re going
@@ -117,8 +117,8 @@ Respectively, we can use [`remark-toc`][toc] and
117
117
``` bash sh
118
118
$ npm install remark-toc rehype-document
119
119
/Users/tilde/example
120
- ├── remark-toc@4.0.0
121
- └── rehype-document@2.0.0
120
+ ├── remark-toc@4.0.1
121
+ └── rehype-document@2.0.1
122
122
```
123
123
124
124
Let’s now use those two as well, by modifying our
@@ -205,8 +205,8 @@ messages relating to those files. Let’s install those.
205
205
``` bash sh
206
206
$ npm install to-vfile vfile-reporter
207
207
/Users/tilde/example
208
- ├── to-vfile@2.1.1
209
- └── vfile-reporter@3 .0.0
208
+ ├── to-vfile@2.1.2
209
+ └── vfile-reporter@4 .0.0
210
210
```
211
211
212
212
...and now unhook stdin/stdout from our example and use
@@ -265,9 +265,9 @@ let’s install these dependencies as well.
265
265
``` bash sh
266
266
$ npm install remark-retext retext-english retext-indefinite-article
267
267
/Users/tilde/example
268
- ├── remark-retext@3.0.0
268
+ ├── remark-retext@3.0.1
269
269
├── retext-english@3.0.0
270
- └── retext-indefinite-article@1.1.0
270
+ └── retext-indefinite-article@1.1.1
271
271
```
272
272
273
273
...and change our ` index.js ` like so:
You can’t perform that action at this time.
0 commit comments