You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install `rehype-url-inspector` via [npm](https://docs.npmjs.com/about-npm/).
145
+
You can install Rehype URL Inspector via [npm](https://docs.npmjs.com/about-npm/).
146
146
147
147
```bash
148
-
npm install rehype-url-inspector
148
+
npm install @jsdevtools/rehype-url-inspector
149
149
```
150
150
151
151
You'll probably want to install [unified](https://unifiedjs.com/), [rehype-parse](https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse), [rehype-stringify](https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify), and [to-vfile](https://github.com/vfile/to-vfile) as well.
@@ -164,7 +164,7 @@ The URL Inspector plugin works just like any other Rehype plugin. Pass it to [th
0 commit comments