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 13570e6 commit a7b699fCopy full SHA for a7b699f
package.json
@@ -1,15 +1,19 @@
1
{
2
"name": "hast-util-to-mdast",
3
"version": "6.0.0",
4
- "description": "Transform hast to mdast",
+ "description": "hast utility to transform to mdast",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
"mdast",
11
12
"rehype",
13
"remark",
14
"markdown",
- "html"
15
+ "html",
16
+ "transform"
17
],
18
"repository": "syntax-tree/hast-util-to-mdast",
19
"bugs": "https://github.com/syntax-tree/hast-util-to-mdast/issues",
0 commit comments