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 9f86471 commit dffaa65Copy full SHA for dffaa65
package.json
@@ -1,19 +1,22 @@
1
{
2
"name": "mdast-squeeze-paragraphs",
3
"version": "3.0.5",
4
- "description": "Remove empty paragraphs from mdast tree",
+ "description": "mdast utility to remove empty paragraphs from a tree",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"mdast",
9
+ "mdast-util",
10
+ "util",
11
+ "utility",
12
"squeeze",
13
"remove",
14
"empty",
15
"paragraph",
16
"whitespace",
- "ast",
17
+ "tree",
18
"transform",
19
"transformation",
- "util",
20
"clean"
21
],
22
"repository": "syntax-tree/mdast-squeeze-paragraphs",
0 commit comments