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-mdx" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " mdast extension to parse and serialize MDX (or MDX.js)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ npm install mdast-util-mdx
73
73
In Deno with [ ` esm.sh ` ] [ esmsh ] :
74
74
75
75
``` js
76
- import {mdxFromMarkdown , mdxToMarkdown } from ' https://esm.sh/mdast-util-mdx@2 '
76
+ import {mdxFromMarkdown , mdxToMarkdown } from ' https://esm.sh/mdast-util-mdx@3 '
77
77
```
78
78
79
79
In browsers with [ ` esm.sh ` ] [ esmsh ] :
80
80
81
81
``` html
82
82
<script type =" module" >
83
- import {mdxFromMarkdown , mdxToMarkdown } from ' https://esm.sh/mdast-util-mdx@2 ?bundle'
83
+ import {mdxFromMarkdown , mdxToMarkdown } from ' https://esm.sh/mdast-util-mdx@3 ?bundle'
84
84
</script >
85
85
```
86
86
You can’t perform that action at this time.
0 commit comments