We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3075a commit d5d0660Copy full SHA for d5d0660
packages/remark-math/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-math",
3
- "version": "5.1.1",
+ "version": "6.0.0",
4
"description": "remark plugin to parse and stringify math",
5
"license": "MIT",
6
"keywords": [
packages/remark-math/readme.md
@@ -74,14 +74,14 @@ npm install remark-math
74
In Deno with [`esm.sh`][esmsh]:
75
76
```js
77
-import remarkMath from 'https://esm.sh/remark-math@5'
+import remarkMath from 'https://esm.sh/remark-math@6'
78
```
79
80
In browsers with [`esm.sh`][esmsh]:
81
82
```html
83
<script type="module">
84
- import remarkMath from 'https://esm.sh/remark-math@5?bundle'
+ import remarkMath from 'https://esm.sh/remark-math@6?bundle'
85
</script>
86
87
0 commit comments