@@ -19,7 +19,7 @@ syntax.
19
19
npm install unist-builder
20
20
```
21
21
22
- ## Usage
22
+ ## Use
23
23
24
24
``` js
25
25
var u = require (' unist-builder' )
@@ -91,15 +91,17 @@ Creates a node from `props`, `children`, and optionally `value`.
91
91
— Convert unist trees to ` unist-builder ` notation
92
92
* [ ` hastscript ` ] ( https://github.com/syntax-tree/hastscript )
93
93
— Create [ hast] [ ] elements
94
+ * [ ` xastscript ` ] ( https://github.com/syntax-tree/xastscript )
95
+ — Create [ xast] [ ] elements
94
96
95
97
## Contribute
96
98
97
99
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
98
100
started.
99
101
See [ ` support.md ` ] [ support ] for ways to get help.
100
102
101
- This project has a [ Code of Conduct ] [ coc ] .
102
- By interacting with this repository, organisation , or community you agree to
103
+ This project has a [ code of conduct ] [ coc ] .
104
+ By interacting with this repository, organization , or community you agree to
103
105
abide by its terms.
104
106
105
107
## License
@@ -130,7 +132,7 @@ abide by its terms.
130
132
131
133
[ collective ] : https://opencollective.com/unified
132
134
133
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
135
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
134
136
135
137
[ chat ] : https://spectrum.chat/unified/syntax-tree
136
138
@@ -148,6 +150,8 @@ abide by its terms.
148
150
149
151
[ hast ] : https://github.com/syntax-tree/hast
150
152
153
+ [ xast ] : https://github.com/syntax-tree/xast
154
+
151
155
[ hyperscript ] : https://github.com/dominictarr/hyperscript
152
156
153
157
[ node ] : https://github.com/syntax-tree/unist#node
0 commit comments