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.
remark-html
1 parent 972f5a6 commit f74ba37Copy full SHA for f74ba37
readme.md
@@ -63,8 +63,8 @@ interface Node {
63
64
Data represents data associated with any node. `Data` is a scope for
65
plug-ins to store any information. For example, [`remark-html`][remark-html]
66
-uses `htmlAttributes` to let other plug-ins specify attributes added
67
-to the compiled HTML element.
+uses `hProperties` to let other plug-ins specify properties added to the
+compiled HTML element.
68
69
```idl
70
interface Data { }
0 commit comments