@@ -57,7 +57,7 @@ about positional info, parse errors, and consistency across browsers, use
5757[ ` hast-util-from-html-isomorphic ` ] [ hast-util-from-html-isomorphic ] , which
5858wraps this in Node and uses browser APIs otherwise.
5959
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
6161the inverse of this utility.
6262It turns hast into HTML.
6363
@@ -127,8 +127,6 @@ Turn serialized HTML into a hast tree.
127127
128128###### Parameters
129129
130- <!-- To do: update link when `vfile` has new docs. -->
131-
132130* ` value ` ([ ` Compatible ` ] [ compatible ] )
133131 — serialized HTML to parse
134132* ` options ` ([ ` Options ` ] [ api-options ] , optional)
@@ -456,7 +454,7 @@ fromHtml(doc, {
456454> too.
457455> Errors in unified mean the same as an exception in your JavaScript code: a
458456> 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.
460458
461459## Syntax
462460
@@ -583,7 +581,7 @@ abide by its terms.
583581
584582[ hast-util-from-html-isomorphic ] : https://github.com/syntax-tree/hast-util-from-html-isomorphic
585583
586- [ compatible ] : https://github.com/vfile/vfile/blob/03efac7/lib/index.js#L16
584+ [ compatible ] : https://github.com/vfile/vfile#compatible
587585
588586[ api-from-html ] : #fromhtmlvalue-options
589587
0 commit comments