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" : " micromark-extension-math" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " micromark extension to support math (`$C_L$`)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ npm install micromark-extension-math
71
71
In Deno with [ ` esm.sh ` ] [ esmsh ] :
72
72
73
73
``` js
74
- import {math , mathHtml } from ' https://esm.sh/micromark-extension-math@2 '
74
+ import {math , mathHtml } from ' https://esm.sh/micromark-extension-math@3 '
75
75
```
76
76
77
77
In browsers with [ ` esm.sh ` ] [ esmsh ] :
78
78
79
79
``` html
80
80
<script type =" module" >
81
- import {math , mathHtml } from ' https://esm.sh/micromark-extension-math@2 ?bundle'
81
+ import {math , mathHtml } from ' https://esm.sh/micromark-extension-math@3 ?bundle'
82
82
</script >
83
83
```
84
84
You can’t perform that action at this time.
0 commit comments