File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " micromark-extension-gfm-autolink-literal" ,
3- "version" : " 1 .0.5 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " micromark extension to support GFM autolink literals" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ npm install micromark-extension-gfm-autolink-literal
7979In Deno with [ ` esm.sh ` ] [ esmsh ] :
8080
8181``` js
82- import {gfmAutolinkLiteral , gfmAutolinkLiteralHtml } from ' https://esm.sh/micromark-extension-gfm-autolink-literal@1 '
82+ import {gfmAutolinkLiteral , gfmAutolinkLiteralHtml } from ' https://esm.sh/micromark-extension-gfm-autolink-literal@2 '
8383```
8484
8585In browsers with [ ` esm.sh ` ] [ esmsh ] :
8686
8787``` html
8888<script type =" module" >
89- import {gfmAutolinkLiteral , gfmAutolinkLiteralHtml } from ' https://esm.sh/micromark-extension-gfm-autolink-literal@1 ?bundle'
89+ import {gfmAutolinkLiteral , gfmAutolinkLiteralHtml } from ' https://esm.sh/micromark-extension-gfm-autolink-literal@2 ?bundle'
9090 </script >
9191```
9292
You can’t perform that action at this time.
0 commit comments