We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10af7d1 commit 111c754Copy full SHA for 111c754
readme.md
@@ -14,12 +14,9 @@ The reason for introducing a new “virtual” DOM is primarily:
14
15
* The DOM is very heavy to implement outside of the browser;
16
a lean, stripped down virtual DOM can be used everywhere;
17
-
18
* Most virtual DOMs do not focus on easy of use in transformations;
19
20
* Other virtual DOMs cannot represent the syntax of HTML in its
21
entirety, think comments, document types, and character data;
22
23
* Neither HTML nor virtual DOMs focus on positional information.
24
25
**HAST** is a subset of [Unist][], and implemented by [rehype][].
0 commit comments