Add mdast-util-to-nlcst to list of utilities · syntax-tree/mdast@19029be (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 19029be

Add mdast-util-to-nlcst to list of utilities

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -933,6 +933,8 @@ Yields:
933 933 — Generate a Table of Contents from a tree;
934 934 * [`wooorm/mdast-util-to-hast`](https://github.com/wooorm/mdast-util-to-hast)
935 935 — Transform MDAST to HAST;
936 +* [`wooorm/mdast-util-to-nlcst`](https://github.com/wooorm/mdast-util-to-nlcst)
937 + — Transform MDAST to NLCST;
936 938 * [`wooorm/mdast-zone`](https://github.com/wooorm/mdast-zone)
937 939 — HTML comments as ranges or markers.
938 940