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" : " micromark-extension-mdx-jsx" ,
3- "version" : " 1 .0.5 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " micromark extension to support MDX or MDX.js JSX" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ npm install micromark-extension-mdx-jsx
7272In Deno with [ ` esm.sh ` ] [ esmsh ] :
7373
7474``` js
75- import {mdxJsx } from ' https://esm.sh/micromark-extension-mdx-jsx@1 '
75+ import {mdxJsx } from ' https://esm.sh/micromark-extension-mdx-jsx@2 '
7676```
7777
7878In browsers with [ ` esm.sh ` ] [ esmsh ] :
7979
8080``` html
8181<script type =" module" >
82- import {mdxJsx } from ' https://esm.sh/micromark-extension-mdx-jsx@1 ?bundle'
82+ import {mdxJsx } from ' https://esm.sh/micromark-extension-mdx-jsx@2 ?bundle'
8383 </script >
8484```
8585
You can’t perform that action at this time.
0 commit comments