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" : " rehype-mathjax" ,
3- "version" : " 4 .0.3 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " rehype plugin to transform inline and block math with MathJax" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install rehype-mathjax
5656In Deno with [ ` esm.sh ` ] [ esmsh ] :
5757
5858``` js
59- import rehypeMathjax from ' https://esm.sh/rehype-mathjax@4 '
59+ import rehypeMathjax from ' https://esm.sh/rehype-mathjax@5 '
6060```
6161
6262In browsers with [ ` esm.sh ` ] [ esmsh ] :
6363
6464``` html
6565<script type =" module" >
66- import rehypeMathjax from ' https://esm.sh/rehype-mathjax@4 ?bundle'
66+ import rehypeMathjax from ' https://esm.sh/rehype-mathjax@5 ?bundle'
6767 </script >
6868```
6969
You can’t perform that action at this time.
0 commit comments