File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 22
33** M** ark** d** own ** A** bstract ** S** yntax ** T** ree.
44
5- ** *
5+ * * *
66
77** MDAST** discloses markdown as an abstract syntax tree. _ Abstract_
88means not all information is stored in this tree and an exact replica
@@ -867,6 +867,29 @@ Yields:
867867}
868868```
869869
870+ ## List of Utilities
871+
872+ <!-- lint disable list-item-spacing-->
873+
874+ * [ ` wooorm/mdast-comment-marker ` ] ( https://github.com/wooorm/mdast-comment-marker )
875+ — Parse a comment marker;
876+ * [ ` wooorm/mdast-util-definitions ` ] ( https://github.com/wooorm/mdast-util-definitions )
877+ — Find definition nodes;
878+ * [ ` wooorm/mdast-util-heading-range ` ] ( https://github.com/wooorm/mdast-util-heading-range )
879+ — Markdown heading as ranges;
880+ * [ ` wooorm/mdast-util-heading-style ` ] ( https://github.com/wooorm/mdast-util-heading-style )
881+ — Get the style of a heading node;
882+ * [ ` anandthakker/mdast-util-inject ` ] ( https://github.com/anandthakker/mdast-util-inject )
883+ — Inject a tree into another at a given heading;
884+ * [ ` wooorm/mdast-util-to-string ` ] ( https://github.com/wooorm/mdast-util-to-string )
885+ — Get the plain text content of a node;
886+ * [ ` eush77/mdast-normalize-headings ` ] ( https://github.com/eush77/mdast-normalize-headings )
887+ — Ensure at most one top-level heading is in the document;
888+ * [ ` eush77/mdast-squeeze-paragraphs ` ] ( https://github.com/eush77/mdast-squeeze-paragraphs )
889+ — Remove empty paragraphs;
890+ * [ ` wooorm/mdast-zone ` ] ( https://github.com/wooorm/mdast-zone )
891+ — HTML comments as ranges or markers.
892+
870893## Related
871894
872895* [ remark] [ ]
You can’t perform that action at this time.
0 commit comments