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 a636186 commit 75d033cCopy full SHA for 75d033c
package.json
@@ -1,11 +1,17 @@
1
{
2
"name": "mdast-util-toc",
3
"version": "5.0.1",
4
- "description": "Generate a Table of Contents (TOC) from a given Markdown file",
+ "description": "mdast utility to generate a table of contents from a tree",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"mdast",
9
+ "mdast-util",
10
"util",
11
+ "utility",
12
+ "markdown",
13
+ "table",
14
+ "contents",
15
"toc"
16
],
17
"repository": "syntax-tree/mdast-util-toc",
0 commit comments