A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/syntax-tree/mdast/commit/69a5331026765cdde6b9d3d98ce663330e5d8d71 below:

Add list of utilities · syntax-tree/mdast@69a5331 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+24

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+24

-1

lines changed Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@

2 2 3 3

**M**ark**d**own **A**bstract **S**yntax **T**ree.

4 4 5 -

***

5 +

* * *

6 6 7 7

**MDAST** discloses markdown as an abstract syntax tree. _Abstract_

8 8

means not all information is stored in this tree and an exact replica

@@ -867,6 +867,29 @@ Yields:

867 867

}

868 868

```

869 869 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 + 870 893

## Related

871 894 872 895

* [remark][]

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4