File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ This document describes version 1.0.0 of **NLCST**.
35
35
## List of Utilities
36
36
37
37
* [ ` nlcst-is-literal ` ] ( https://github.com/syntax-tree/nlcst-is-literal )
38
- — Check whether a node is meant literally;
38
+ — Check whether a node is meant literally
39
39
* [ ` nlcst-normalize ` ] ( https://github.com/syntax-tree/nlcst-normalize )
40
- — Normalize a word for easier comparison;
40
+ — Normalize a word for easier comparison
41
41
* [ ` nlcst-search ` ] ( https://github.com/syntax-tree/nlcst-search )
42
- — Search for patterns in an NLCST tree;
42
+ — Search for patterns in an NLCST tree
43
43
* [ ` nlcst-to-string ` ] ( https://github.com/syntax-tree/nlcst-to-string )
44
- — Stringify a node;
44
+ — Stringify a node
45
45
* [ ` nlcst-test ` ] ( https://github.com/syntax-tree/nlcst-test )
46
- — Validate a NLCST node;
46
+ — Validate a NLCST node
47
47
48
48
In addition, see [ ** Unist** ] [ unist ] for other utilities which
49
49
work with ** retext** nodes.
You can’t perform that action at this time.
0 commit comments