Skip to content

Commit c27a25c

Browse files
committed
Refactor maximum line-length in readme.md
1 parent ee69556 commit c27a25c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ![Unist](https://cdn.rawgit.com/wooorm/unist/master/logo.svg)
22

3-
**Unist** (**uni**versal **s**yntax **t**ree) is the combination of three project, and more
4-
to come, which are the summation of at least [two](https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8)
3+
**Unist** (**uni**versal **s**yntax **t**ree) is the combination of three
4+
project, and more to come, which are the summation of at least
5+
[two](https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8)
56
[years](https://github.com/wooorm/remark/commit/19585b8) of my work and the
67
current epitome of that.
78

@@ -10,7 +11,8 @@ transforming it by plug-ins, and compiling the tree to something else.
1011

1112
This document explains some terminology relating to
1213
[**retext**](https://github.com/wooorm/retext),
13-
[**remark**](https://github.com/wooorm/remark), [**hast**](https://github.com/wooorm/hast),
14+
[**remark**](https://github.com/wooorm/remark),
15+
[**hast**](https://github.com/wooorm/hast),
1416
and their related projects.
1517

1618
## Unist nodes
@@ -50,8 +52,8 @@ files. Neither are they limited to the file-system only.
5052

5153
## Unist utilities
5254

53-
**Unist utilities** are function which work with **unist nodes** or **unist files**, agnostic
54-
of **remark**, **retext**, or **hast**.
55+
**Unist utilities** are function which work with **unist nodes** or **unist
56+
files**, agnostic of **remark**, **retext**, or **hast**.
5557

5658
A list of **VFile**-related utilities can be found at [**vfile**](https://github.com/wooorm/vfile).
5759

0 commit comments

Comments
 (0)