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" : " mdast-util-gfm-table" ,
3- "version" : " 1 .0.7 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " mdast extension to parse and serialize GFM tables" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ npm install mdast-util-gfm-table
7777In Deno with [ ` esm.sh ` ] [ esmsh ] :
7878
7979``` js
80- import {gfmTableFromMarkdown , gfmTableToMarkdown } from ' https://esm.sh/mdast-util-gfm-table@1 '
80+ import {gfmTableFromMarkdown , gfmTableToMarkdown } from ' https://esm.sh/mdast-util-gfm-table@2 '
8181```
8282
8383In browsers with [ ` esm.sh ` ] [ esmsh ] :
8484
8585``` html
8686<script type =" module" >
87- import {gfmTableFromMarkdown , gfmTableToMarkdown } from ' https://esm.sh/mdast-util-gfm-table@1 ?bundle'
87+ import {gfmTableFromMarkdown , gfmTableToMarkdown } from ' https://esm.sh/mdast-util-gfm-table@2 ?bundle'
8888 </script >
8989```
9090
You can’t perform that action at this time.
0 commit comments