File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mdast-util-mdx-jsx" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " mdast extension to parse and serialize MDX or MDX.js JSX" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ npm install mdast-util-mdx-jsx
8080In Deno with [ ` esm.sh ` ] [ esmsh ] :
8181
8282``` 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 '
8484```
8585
8686In browsers with [ ` esm.sh ` ] [ esmsh ] :
8787
8888``` html
8989<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'
9191 </script >
9292```
9393
You can’t perform that action at this time.
0 commit comments