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" : " micromark-extension-directive" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " micromark extension to support generic directives (`:cite[smith04]`)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ npm install micromark-extension-directive
68
68
In Deno with [ ` esm.sh ` ] [ esmsh ] :
69
69
70
70
``` js
71
- import {directive , directiveHtml } from ' https://esm.sh/micromark-extension-directive@2 '
71
+ import {directive , directiveHtml } from ' https://esm.sh/micromark-extension-directive@3 '
72
72
```
73
73
74
74
In browsers with [ ` esm.sh ` ] [ esmsh ] :
75
75
76
76
``` html
77
77
<script type =" module" >
78
- import {directive , directiveHtml } from ' https://esm.sh/micromark-extension-directive@2 ?bundle'
78
+ import {directive , directiveHtml } from ' https://esm.sh/micromark-extension-directive@3 ?bundle'
79
79
</script >
80
80
```
81
81
You can’t perform that action at this time.
0 commit comments