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-jsx" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " mdast extension to parse and serialize MDX or MDX.js JSX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ npm install mdast-util-mdx-jsx
80
80
In Deno with [ ` esm.sh ` ] [ esmsh ] :
81
81
82
82
``` js
83
- import {mdxJsxFromMarkdown , mdxJsxToMarkdown } from ' https://esm.sh/mdast-util-mdx-jsx@2 '
83
+ import {mdxJsxFromMarkdown , mdxJsxToMarkdown } from ' https://esm.sh/mdast-util-mdx-jsx@3 '
84
84
```
85
85
86
86
In browsers with [ ` esm.sh ` ] [ esmsh ] :
87
87
88
88
``` html
89
89
<script type =" module" >
90
- import {mdxJsxFromMarkdown , mdxJsxToMarkdown } from ' https://esm.sh/mdast-util-mdx-jsx@2 ?bundle'
90
+ import {mdxJsxFromMarkdown , mdxJsxToMarkdown } from ' https://esm.sh/mdast-util-mdx-jsx@3 ?bundle'
91
91
</script >
92
92
```
93
93
You can’t perform that action at this time.
0 commit comments