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 d2617c3 commit c87d0dbCopy full SHA for c87d0db
package.json
@@ -1,15 +1,17 @@
1
{
2
"name": "hast-util-sectioning",
3
"version": "1.0.3",
4
- "description": "Check if a node is a sectioning element",
+ "description": "hast utility to check if a node is a sectioning element",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
+ "util",
11
+ "utility",
12
"html",
13
"category",
- "sectioning",
- "util",
- "utility"
14
+ "sectioning"
15
],
16
"repository": "syntax-tree/hast-util-sectioning",
17
"bugs": "https://github.com/syntax-tree/hast-util-sectioning/issues",
0 commit comments