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" ,
3- "version" : " 2 .0.1 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " mdast extension to parse and serialize MDX (or MDX.js)" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ npm install mdast-util-mdx
7373In Deno with [ ` esm.sh ` ] [ esmsh ] :
7474
7575``` 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 '
7777```
7878
7979In browsers with [ ` esm.sh ` ] [ esmsh ] :
8080
8181``` html
8282<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'
8484 </script >
8585```
8686
You can’t perform that action at this time.
0 commit comments