Skip to content

Commit 69a5331

Browse files
committed
Add list of utilities
1 parent 5ad50f6 commit 69a5331

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

readme.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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_
88
means 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][]

0 commit comments

Comments
 (0)