File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install mdast-util-find-and-replace
51
51
In Deno with [ ` esm.sh ` ] [ esmsh ] :
52
52
53
53
``` js
54
- import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@4 '
54
+ import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@2 '
55
55
```
56
56
57
57
In browsers with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` html
60
60
<script type =" module" >
61
- import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@4 ?bundle'
61
+ import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@2 ?bundle'
62
62
</script >
63
63
```
64
64
@@ -145,7 +145,7 @@ Partial matches are not supported.
145
145
(at ` 1 ` ), or an ` Object ` where each key is ` find ` and each value is
146
146
the corresponding ` replace `
147
147
* ` options.ignore ` (` Test ` , default: ` [] ` )
148
- — Any [ ` unist-util-is ` ] [ test ] compatible test.
148
+ — any [ ` unist-util-is ` ] [ test ] compatible test.
149
149
150
150
###### Returns
151
151
You can’t perform that action at this time.
0 commit comments