File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-normalize-headings" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " mdast utility to make sure there is no more than a single top-level heading in the document" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ npm install mdast-util-normalize-headings
52
52
In Deno with [ ` esm.sh ` ] [ esmsh ] :
53
53
54
54
``` js
55
- import {normalizeHeadings } from ' https://esm.sh/mdast-util-normalize-headings@3 '
55
+ import {normalizeHeadings } from ' https://esm.sh/mdast-util-normalize-headings@4 '
56
56
```
57
57
58
58
In browsers with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` html
61
61
<script type =" module" >
62
- import {normalizeHeadings } from ' https://esm.sh/mdast-util-normalize-headings@3 ?bundle'
62
+ import {normalizeHeadings } from ' https://esm.sh/mdast-util-normalize-headings@4 ?bundle'
63
63
</script >
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments