Skip to content

Commit 94be622

Browse files
committed
3.0.0
1 parent 56dfff3 commit 94be622

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-extension-math",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "micromark extension to support math (`$C_L$`)",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ npm install micromark-extension-math
7171
In Deno with [`esm.sh`][esmsh]:
7272

7373
```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'
7575
```
7676

7777
In browsers with [`esm.sh`][esmsh]:
7878

7979
```html
8080
<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'
8282
</script>
8383
```
8484

0 commit comments

Comments
 (0)