Migrate utilities to syntax-tree
· syntax-tree/mdast@d1013ed (original) (raw)
`@@ -909,33 +909,33 @@ Yields:
`
909
909
``
910
910
`
`
911
911
``
912
``
`` -
``
``
912
`` +
``
913
913
` — Assert MDAST nodes;
`
914
``
`` -
``
``
914
`` +
``
915
915
` — Parse a comment marker;
`
916
``
`` -
``
``
916
`` +
``
917
917
` — Make an MDAST tree compact;
`
918
``
`` -
``
``
918
`` +
``
919
919
` — Find definition nodes;
`
920
``
`` -
``
``
920
`` +
``
921
921
` — Markdown heading as ranges;
`
922
``
`` -
``
``
922
`` +
``
923
923
` — Get the style of a heading node;
`
924
924
`` * anandthakker/mdast-util-inject
``
925
925
` — Inject a tree into another at a given heading;
`
926
``
`` -
``
``
926
`` +
``
927
927
` — Get the plain text content of a node;
`
928
928
`` * eush77/mdast-normalize-headings
``
929
929
` — Ensure at most one top-level heading is in the document;
`
930
930
`` * eush77/mdast-squeeze-paragraphs
``
931
931
` — Remove empty paragraphs;
`
932
932
`` * BarryThePenguin/mdast-util-toc
``
933
933
` — Generate a Table of Contents from a tree;
`
934
``
`` -
``
``
934
`` +
``
935
935
` — Transform MDAST to HAST;
`
936
``
`` -
``
``
936
`` +
``
937
937
` — Transform MDAST to NLCST;
`
938
``
`` -
``
``
938
`` +
``
939
939
` — HTML comments as ranges or markers.
`
940
940
``
941
941
`## Related
`
`@@ -957,7 +957,7 @@ MIT © Titus Wormer
`
957
957
``
958
958
`[remark]: https://github.com/wooorm/remark
`
959
959
``
960
``
`-
`
``
960
`+
`
961
961
``
962
962
`[vfile]: https://github.com/vfile/vfile
`
963
963
``