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 b0cf5d3 commit 1d7d57fCopy full SHA for 1d7d57f
package.json
@@ -1,16 +1,18 @@
1
{
2
"name": "mdast-util-to-string",
3
"version": "1.0.7",
4
- "description": "Utility to get the plain text content of a node",
+ "description": "mdast utility to get the plain text content of a node",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"mdast",
9
+ "mdast-util",
10
+ "util",
11
+ "utility",
12
"markdown",
13
"node",
- "to",
14
"string",
- "util",
- "utility"
15
+ "serialize"
16
],
17
"repository": "syntax-tree/mdast-util-to-string",
18
"bugs": "https://github.com/syntax-tree/mdast-util-to-string/issues",
0 commit comments