|
2 | 2 |
|
3 | 3 | # awesome syntax-tree [![awesome][awesome-badge]][self]
|
4 | 4 |
|
5 |
| -[<img src="https://raw.githubusercontent.com/syntax-tree/unist/b187eb7/logo.svg?sanitize=true" align="right" alt width="200">](https://unifiedjs.com) |
| 5 | +[<img align="right" alt src="https://raw.githubusercontent.com/syntax-tree/unist/1310d30/logo-square.svg?sanitize=true" width="200">](https://unifiedjs.com) |
6 | 6 |
|
7 |
| -> A curated list of awesome syntax-tree, **[unist][]**, **[mdast][]** |
8 |
| -> (markdown), **[hast][]** (HTML), **[xast][]** (XML), **[esast][]** (JS), and |
9 |
| -> **[nlcst][]** (prose) resources. |
| 7 | +> A curated list of awesome syntax-tree, |
| 8 | +> **[unist][]**, |
| 9 | +> **[mdast][]** (markdown), |
| 10 | +> **[hast][]** (HTML), |
| 11 | +> **[xast][]** (XML), |
| 12 | +> **[esast][]** (JS), |
| 13 | +> and **[nlcst][]** (prose) resources. |
10 | 14 |
|
11 | 15 | **syntax-tree** is an organization housing **[unist][]** and its main
|
12 |
| -implementations **[mdast][]**, **[hast][]**, **[xast][]**, **[esast][]**, and |
13 |
| -**[nlcst][]**. |
| 16 | +implementations **[mdast][]**, |
| 17 | +**[hast][]**, |
| 18 | +**[xast][]**, |
| 19 | +**[esast][]**, |
| 20 | +and **[nlcst][]**. |
14 | 21 | **[unist][]** is a specification for syntax trees that comes with a big
|
15 | 22 | ecosystem of utilities in JavaScript for working with those trees.
|
16 | 23 | On top of **[unist][]** and its implementations sits the rest of
|
@@ -133,26 +140,26 @@ On top of **[unist][]** and its implementations sits the rest of
|
133 | 140 |
|
134 | 141 | <!-- Definitions. -->
|
135 | 142 |
|
136 |
| -[license]: https://creativecommons.org/licenses/by/4.0/ |
137 |
| - |
138 |
| -[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg |
139 |
| - |
140 | 143 | [author]: https://wooorm.com
|
141 | 144 |
|
142 | 145 | [awesome-badge]: https://awesome.re/badge.svg
|
143 | 146 |
|
144 |
| -[self]: https://github.com/remarkjs/awesome-remark |
145 |
| - |
146 |
| -[unified]: https://github.com/unifiedjs/unified |
147 |
| - |
148 |
| -[unist]: https://github.com/syntax-tree/unist |
| 147 | +[esast]: https://github.com/syntax-tree/esast |
149 | 148 |
|
150 | 149 | [hast]: https://github.com/syntax-tree/hast
|
151 | 150 |
|
152 |
| -[xast]: https://github.com/syntax-tree/xast |
| 151 | +[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg |
153 | 152 |
|
154 |
| -[esast]: https://github.com/syntax-tree/esast |
| 153 | +[license]: https://creativecommons.org/licenses/by/4.0/ |
155 | 154 |
|
156 | 155 | [mdast]: https://github.com/syntax-tree/mdast
|
157 | 156 |
|
158 | 157 | [nlcst]: https://github.com/syntax-tree/nlcst
|
| 158 | + |
| 159 | +[self]: https://github.com/remarkjs/awesome-remark |
| 160 | + |
| 161 | +[unified]: https://github.com/unifiedjs/unified |
| 162 | + |
| 163 | +[unist]: https://github.com/syntax-tree/unist |
| 164 | + |
| 165 | +[xast]: https://github.com/syntax-tree/xast |
0 commit comments