@@ -57,7 +57,7 @@ about positional info, parse errors, and consistency across browsers, use
57
57
[ ` hast-util-from-html-isomorphic ` ] [ hast-util-from-html-isomorphic ] , which
58
58
wraps this in Node and uses browser APIs otherwise.
59
59
60
- Finally you can use the utility [ ` hast-util-to-html ` ] [ hast-util-to-html ] to do
60
+ Finally you can use the utility [ ` hast-util-to-html ` ] [ hast-util-to-html ] for
61
61
the inverse of this utility.
62
62
It turns hast into HTML.
63
63
@@ -127,8 +127,6 @@ Turn serialized HTML into a hast tree.
127
127
128
128
###### Parameters
129
129
130
- <!-- To do: update link when `vfile` has new docs. -->
131
-
132
130
* ` value ` ([ ` Compatible ` ] [ compatible ] )
133
131
— serialized HTML to parse
134
132
* ` options ` ([ ` Options ` ] [ api-options ] , optional)
@@ -456,7 +454,7 @@ fromHtml(doc, {
456
454
> too.
457
455
> Errors in unified mean the same as an exception in your JavaScript code: a
458
456
> crash.
459
- > That’s why we use warnings instead, because we can continue to do work.
457
+ > That’s why we use warnings instead, because we can continue doing work.
460
458
461
459
## Syntax
462
460
@@ -583,7 +581,7 @@ abide by its terms.
583
581
584
582
[ hast-util-from-html-isomorphic ] : https://github.com/syntax-tree/hast-util-from-html-isomorphic
585
583
586
- [ compatible ] : https://github.com/vfile/vfile/blob/03efac7/lib/index.js#L16
584
+ [ compatible ] : https://github.com/vfile/vfile#compatible
587
585
588
586
[ api-from-html ] : #fromhtmlvalue-options
589
587
0 commit comments