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-math" ,
3
- "version" : " 2 .0.2 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " mdast extension to parse and serialize math" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ npm install mdast-util-math
83
83
In Deno with [ ` esm.sh ` ] [ esmsh ] :
84
84
85
85
``` 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 '
87
87
```
88
88
89
89
In browsers with [ ` esm.sh ` ] [ esmsh ] :
90
90
91
91
``` html
92
92
<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'
94
94
</script >
95
95
```
96
96
You can’t perform that action at this time.
0 commit comments