You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ Transform a DOM `Node` to a [HAST Node][node].
61
61
62
62
This works in a similar way to the `parse5` version except that it works directly from the DOM rather than a string of HTML. Consequently, it does not maintain location infomation.
63
63
64
+
## Contribute
65
+
66
+
See [`contributing.md` in `syntax-tree/hast`][contributing] for ways to get
67
+
started.
68
+
69
+
This organisation has a [Code of Conduct][coc]. By interacting with this
70
+
repository, organisation, or community you agree to abide by its terms.
0 commit comments