File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-directive" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " mdast extension to parse and serialize generic directives (`:cite[smith04]`)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ npm install mdast-util-directive
91
91
In Deno with [ ` esm.sh ` ] [ esmsh ] :
92
92
93
93
``` js
94
- import {directiveFromMarkdown , directiveToMarkdown } from ' https://esm.sh/mdast-util-directive@2 '
94
+ import {directiveFromMarkdown , directiveToMarkdown } from ' https://esm.sh/mdast-util-directive@3 '
95
95
```
96
96
97
97
In browsers with [ ` esm.sh ` ] [ esmsh ] :
98
98
99
99
``` html
100
100
<script type =" module" >
101
- import {directiveFromMarkdown , directiveToMarkdown } from ' https://esm.sh/mdast-util-directive@2 ?bundle'
101
+ import {directiveFromMarkdown , directiveToMarkdown } from ' https://esm.sh/mdast-util-directive@3 ?bundle'
102
102
</script >
103
103
```
104
104
You can’t perform that action at this time.
0 commit comments