3.0.0
This commit is contained in:
parent
edef661a1f
commit
e1027d13bd
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "remark-directive",
|
"name": "remark-directive",
|
||||||
"version": "2.0.1",
|
"version": "3.0.0",
|
||||||
"description": "remark plugin to support directives",
|
"description": "remark plugin to support directives",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
@ -73,14 +73,14 @@ npm install remark-directive
|
||||||
In Deno with [`esm.sh`][esmsh]:
|
In Deno with [`esm.sh`][esmsh]:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import remarkDirective from 'https://esm.sh/remark-directive@2'
|
import remarkDirective from 'https://esm.sh/remark-directive@3'
|
||||||
```
|
```
|
||||||
|
|
||||||
In browsers with [`esm.sh`][esmsh]:
|
In browsers with [`esm.sh`][esmsh]:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import remarkDirective from 'https://esm.sh/remark-directive@2?bundle'
|
import remarkDirective from 'https://esm.sh/remark-directive@3?bundle'
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue