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 06bceda commit be4597bCopy full SHA for be4597b
readme.md
@@ -53,13 +53,12 @@ into an [NLCST][nlcst] tree.
53
54
###### Parameters
55
56
-* `node` ([`MDASTNode`][mdast]) — Syntax tree (with positional
57
- information);
58
-* `file` ([`VFile`][vfile]);
+* `node` ([`MDASTNode`][mdast])
+ — Syntax tree (with positional information)
+* `file` ([`VFile`][vfile])
59
* `parser` (`Function`)
60
- — Constructor of an NLCST parser, such as
61
- [**parse-english**][english], [**parse-dutch**][dutch],
62
- or [**parse-latin**][latin].
+ — Constructor of an NLCST parser, such as [**parse-english**][english],
+ [**parse-dutch**][dutch], or [**parse-latin**][latin]
63
64
###### Returns
65
0 commit comments