Skip to content

Commit f823fba

Browse files
committed
Refactor docs
1 parent 8b354f3 commit f823fba

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

readme.md

+24-17
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
# awesome syntax-tree [![awesome][awesome-badge]][self]
44

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)
66

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.
1014
1115
**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][]**.
1421
**[unist][]** is a specification for syntax trees that comes with a big
1522
ecosystem of utilities in JavaScript for working with those trees.
1623
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
133140

134141
<!-- Definitions. -->
135142

136-
[license]: https://creativecommons.org/licenses/by/4.0/
137-
138-
[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg
139-
140143
[author]: https://wooorm.com
141144

142145
[awesome-badge]: https://awesome.re/badge.svg
143146

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
149148

150149
[hast]: https://github.com/syntax-tree/hast
151150

152-
[xast]: https://github.com/syntax-tree/xast
151+
[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg
153152

154-
[esast]: https://github.com/syntax-tree/esast
153+
[license]: https://creativecommons.org/licenses/by/4.0/
155154

156155
[mdast]: https://github.com/syntax-tree/mdast
157156

158157
[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

Comments
 (0)