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-math" ,
3- "version" : " 2 .0.2 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " mdast extension to parse and serialize math" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ npm install mdast-util-math
8383In Deno with [ ` esm.sh ` ] [ esmsh ] :
8484
8585``` js
86- import {mathFromMarkdown , mathToMarkdown } from ' https://esm.sh/mdast-util-math@2 '
86+ import {mathFromMarkdown , mathToMarkdown } from ' https://esm.sh/mdast-util-math@3 '
8787```
8888
8989In browsers with [ ` esm.sh ` ] [ esmsh ] :
9090
9191``` html
9292<script type =" module" >
93- import {mathFromMarkdown , mathToMarkdown } from ' https://esm.sh/mdast-util-math@2 ?bundle'
93+ import {mathFromMarkdown , mathToMarkdown } from ' https://esm.sh/mdast-util-math@3 ?bundle'
9494 </script >
9595```
9696
You can’t perform that action at this time.
0 commit comments