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 f162e94 commit 1e95aadCopy full SHA for 1e95aad
package.json
@@ -1,15 +1,18 @@
1
{
2
"name": "hast-util-to-text",
3
"version": "1.0.1",
4
- "description": "Get the plain-text value of a node according to the `innerText` algorithm",
+ "description": "hast utility to get the plain-text value of a node according to the `innerText` algorithm",
5
"license": "MIT",
6
"keywords": [
7
- "rehype",
8
- "hast",
9
"unist",
+ "hast",
+ "hast-util",
10
"util",
11
"utility",
12
+ "html",
13
"string",
14
+ "content",
15
+ "text",
16
"innertext"
17
],
18
"repository": "syntax-tree/hast-util-to-text",
0 commit comments