3.0.0
This commit is contained in:
parent
e87e026ca0
commit
462c7d4d76
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "micromark-extension-directive",
|
||||
"version": "2.2.1",
|
||||
"version": "3.0.0",
|
||||
"description": "micromark extension to support generic directives (`:cite[smith04]`)",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
|
|
@ -68,14 +68,14 @@ npm install micromark-extension-directive
|
|||
In Deno with [`esm.sh`][esmsh]:
|
||||
|
||||
```js
|
||||
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@2'
|
||||
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@3'
|
||||
```
|
||||
|
||||
In browsers with [`esm.sh`][esmsh]:
|
||||
|
||||
```html
|
||||
<script type="module">
|
||||
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@2?bundle'
|
||||
import {directive, directiveHtml} from 'https://esm.sh/micromark-extension-directive@3?bundle'
|
||||
</script>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue