Skip to content

Commit 111c754

Browse files
committed
Remove spacing in lists
1 parent 10af7d1 commit 111c754

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ The reason for introducing a new “virtual” DOM is primarily:
1414

1515
* The DOM is very heavy to implement outside of the browser;
1616
a lean, stripped down virtual DOM can be used everywhere;
17-
1817
* Most virtual DOMs do not focus on easy of use in transformations;
19-
2018
* Other virtual DOMs cannot represent the syntax of HTML in its
2119
entirety, think comments, document types, and character data;
22-
2320
* Neither HTML nor virtual DOMs focus on positional information.
2421

2522
**HAST** is a subset of [Unist][], and implemented by [rehype][].

0 commit comments

Comments
 (0)