We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c09da6 commit 5cd35c4Copy full SHA for 5cd35c4
README.md
@@ -51,7 +51,7 @@ Yields:
51
map:
52
{ type: 'list',
53
ordered: false,
54
- children: [ { type: 'listItem', loose: true, children: [Array] } ] } }
+ children: [ { type: 'listItem', loose: true, children: [Object] } ] } }
55
```
56
57
## API
history.md
@@ -2,6 +2,13 @@
2
3
<!--lint disable no-multiple-toplevel-headings-->
4
5
+2.1.0 / 2018-08-01
6
+==================
7
+
8
+* use existing ids ([#34](https://github.com/BarryThePenguin/mdast-util-toc/pull/34))
9
+* update to node 10 in `.travis.yml` ([#35](https://github.com/BarryThePenguin/mdast-util-toc/pull/35))
10
+* bump devDependencies
11
12
2.0.1 / 2016-07-23
13
==================
14
0 commit comments