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.
options
1 parent ace5f7a commit 65a598cCopy full SHA for 65a598c
readme.md
@@ -17,7 +17,7 @@
17
* [Install](#install)
18
* [Use](#use)
19
* [API](#api)
20
- * [`fromDom(node)`](#fromdomnode)
+ * [`fromDom(node, options?)`](#fromdomnode-options)
21
* [Types](#types)
22
* [Compatibility](#compatibility)
23
* [Security](#security)
@@ -102,7 +102,7 @@ Now running `open example.html` prints the following to the console:
102
This package exports the identifier `fromDom`.
103
There is no default export.
104
105
-### `fromDom(node)`
+### `fromDom(node, options?)`
106
107
Turn a DOM tree into a hast tree.
108
0 commit comments