Skip to content

Commit 2364766

Browse files
committed
3.0.0
1 parent ae8eff7 commit 2364766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ npm install mdast-util-math
8383
In 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

8989
In 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

0 commit comments

Comments
 (0)