Skip to content

Commit d1013ed

Browse files
committed
Migrate utilities to syntax-tree
1 parent 455b819 commit d1013ed

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

readme.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -909,33 +909,33 @@ Yields:
909909

910910
<!--lint disable list-item-spacing-->
911911

912-
* [`wooorm/mdast-util-assert`](https://github.com/wooorm/mdast-util-assert)
912+
* [`syntax-tree/mdast-util-assert`](https://github.com/syntax-tree/mdast-util-assert)
913913
— Assert MDAST nodes;
914-
* [`wooorm/mdast-comment-marker`](https://github.com/wooorm/mdast-comment-marker)
914+
* [`syntax-tree/mdast-comment-marker`](https://github.com/syntax-tree/mdast-comment-marker)
915915
— Parse a comment marker;
916-
* [`wooorm/mdast-util-compact`](https://github.com/wooorm/mdast-util-compact)
916+
* [`syntax-tree/mdast-util-compact`](https://github.com/syntax-tree/mdast-util-compact)
917917
— Make an MDAST tree compact;
918-
* [`wooorm/mdast-util-definitions`](https://github.com/wooorm/mdast-util-definitions)
918+
* [`syntax-tree/mdast-util-definitions`](https://github.com/syntax-tree/mdast-util-definitions)
919919
— Find definition nodes;
920-
* [`wooorm/mdast-util-heading-range`](https://github.com/wooorm/mdast-util-heading-range)
920+
* [`syntax-tree/mdast-util-heading-range`](https://github.com/syntax-tree/mdast-util-heading-range)
921921
— Markdown heading as ranges;
922-
* [`wooorm/mdast-util-heading-style`](https://github.com/wooorm/mdast-util-heading-style)
922+
* [`syntax-tree/mdast-util-heading-style`](https://github.com/syntax-tree/mdast-util-heading-style)
923923
— Get the style of a heading node;
924924
* [`anandthakker/mdast-util-inject`](https://github.com/anandthakker/mdast-util-inject)
925925
— Inject a tree into another at a given heading;
926-
* [`wooorm/mdast-util-to-string`](https://github.com/wooorm/mdast-util-to-string)
926+
* [`syntax-tree/mdast-util-to-string`](https://github.com/syntax-tree/mdast-util-to-string)
927927
— Get the plain text content of a node;
928928
* [`eush77/mdast-normalize-headings`](https://github.com/eush77/mdast-normalize-headings)
929929
— Ensure at most one top-level heading is in the document;
930930
* [`eush77/mdast-squeeze-paragraphs`](https://github.com/eush77/mdast-squeeze-paragraphs)
931931
— Remove empty paragraphs;
932932
* [`BarryThePenguin/mdast-util-toc`](https://github.com/BarryThePenguin/mdast-util-toc)
933933
— Generate a Table of Contents from a tree;
934-
* [`wooorm/mdast-util-to-hast`](https://github.com/wooorm/mdast-util-to-hast)
934+
* [`syntax-tree/mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
935935
— Transform MDAST to HAST;
936-
* [`wooorm/mdast-util-to-nlcst`](https://github.com/wooorm/mdast-util-to-nlcst)
936+
* [`syntax-tree/mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
937937
— Transform MDAST to NLCST;
938-
* [`wooorm/mdast-zone`](https://github.com/wooorm/mdast-zone)
938+
* [`syntax-tree/mdast-zone`](https://github.com/syntax-tree/mdast-zone)
939939
— HTML comments as ranges or markers.
940940

941941
## Related
@@ -957,7 +957,7 @@ MIT © [Titus Wormer](http://wooorm.com)
957957

958958
[remark]: https://github.com/wooorm/remark
959959

960-
[nlcst]: https://github.com/wooorm/nlcst
960+
[nlcst]: https://github.com/syntax-tree/nlcst
961961

962962
[vfile]: https://github.com/vfile/vfile
963963

0 commit comments

Comments
 (0)