File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Yields:
142
142
143
143
## API
144
144
145
- ### ` x(name[, attributes][, ... children]) `
145
+ ### ` x(name[, attributes][, … children]) `
146
146
147
147
Create XML * [ trees] [ tree ] * in ** [ xast] [ ] ** .
148
148
@@ -182,15 +182,19 @@ XML can be a dangerous language: don’t trust user-provided data.
182
182
— Create a ** [ hast] [ ] ** (HTML or SVG) unist tree
183
183
* [ ` xast-util-to-xml ` ] ( https://github.com/syntax-tree/xast-util-to-xml )
184
184
— Serialize nodes to XML
185
+ * [ ` xast-util-from-xml ` ] ( https://github.com/syntax-tree/xast-util-from-xml )
186
+ — Parse from XML
187
+ * [ ` hast-util-to-xast ` ] ( https://github.com/syntax-tree/hast-util-to-xast )
188
+ — Transform hast (html, svg) to xast (xml)
185
189
186
190
## Contribute
187
191
188
192
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
189
193
started.
190
194
See [ ` support.md ` ] [ support ] for ways to get help.
191
195
192
- This project has a [ Code of Conduct ] [ coc ] .
193
- By interacting with this repository, organisation , or community you agree to
196
+ This project has a [ code of conduct ] [ coc ] .
197
+ By interacting with this repository, organization , or community you agree to
194
198
abide by its terms.
195
199
196
200
## License
You can’t perform that action at this time.
0 commit comments