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 0fef5aa commit 51c7858Copy full SHA for 51c7858
package.json
@@ -1,12 +1,18 @@
1
{
2
"name": "hast-util-to-html",
3
"version": "7.0.0",
4
- "description": "Transform hast to HTML",
+ "description": "hast utility to serialize to HTML",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
"util",
- "html"
11
+ "utility",
12
+ "html",
13
+ "serialize",
14
+ "stringify",
15
+ "tostring"
16
],
17
"repository": "syntax-tree/hast-util-to-html",
18
"bugs": "https://github.com/syntax-tree/hast-util-to-html/issues",
0 commit comments