@@ -14,32 +14,32 @@ The latest released version is [`1.0.0`][latest].
14
14
15
15
## Contents
16
16
17
- * [ Introduction] ( #introduction )
18
- * [ Where this specification fits] ( #where-this-specification-fits )
19
- * [ Scope] ( #scope )
20
- * [ Types] ( #types )
21
- * [ Nodes (abstract)] ( #nodes-abstract )
22
- * [ ` Literal ` ] ( #literal )
23
- * [ ` Parent ` ] ( #parent )
24
- * [ Nodes] ( #nodes )
25
- * [ ` Cdata ` ] ( #cdata )
26
- * [ ` Comment ` ] ( #comment )
27
- * [ ` Doctype ` ] ( #doctype )
28
- * [ ` Element ` ] ( #element )
29
- * [ ` Instruction ` ] ( #instruction )
30
- * [ ` Root ` ] ( #root )
31
- * [ ` Text ` ] ( #text )
32
- * [ Other types] ( #other-types )
33
- * [ ` Attributes ` ] ( #attributes )
34
- * [ ` AttributeName ` ] ( #attributename )
35
- * [ ` AttributeValue ` ] ( #attributevalue )
36
- * [ Glossary] ( #glossary )
37
- * [ List of utilities] ( #list-of-utilities )
38
- * [ References] ( #references )
39
- * [ Related] ( #related )
40
- * [ Contribute] ( #contribute )
41
- * [ Acknowledgments] ( #acknowledgments )
42
- * [ License] ( #license )
17
+ * [ Introduction] ( #introduction )
18
+ * [ Where this specification fits] ( #where-this-specification-fits )
19
+ * [ Scope] ( #scope )
20
+ * [ Types] ( #types )
21
+ * [ Nodes (abstract)] ( #nodes-abstract )
22
+ * [ ` Literal ` ] ( #literal )
23
+ * [ ` Parent ` ] ( #parent )
24
+ * [ Nodes] ( #nodes )
25
+ * [ ` Cdata ` ] ( #cdata )
26
+ * [ ` Comment ` ] ( #comment )
27
+ * [ ` Doctype ` ] ( #doctype )
28
+ * [ ` Element ` ] ( #element )
29
+ * [ ` Instruction ` ] ( #instruction )
30
+ * [ ` Root ` ] ( #root )
31
+ * [ ` Text ` ] ( #text )
32
+ * [ Other types] ( #other-types )
33
+ * [ ` Attributes ` ] ( #attributes )
34
+ * [ ` AttributeName ` ] ( #attributename )
35
+ * [ ` AttributeValue ` ] ( #attributevalue )
36
+ * [ Glossary] ( #glossary )
37
+ * [ List of utilities] ( #list-of-utilities )
38
+ * [ References] ( #references )
39
+ * [ Related] ( #related )
40
+ * [ Contribute] ( #contribute )
41
+ * [ Acknowledgments] ( #acknowledgments )
42
+ * [ License] ( #license )
43
43
44
44
## Introduction
45
45
@@ -400,54 +400,54 @@ See the [unist glossary][glossary].
400
400
401
401
See the [ unist list of utilities] [ utilities ] for more utilities.
402
402
403
- * [ ` xastscript ` ] ( https://github.com/syntax-tree/xastscript )
404
- — create trees
405
- * [ ` xast-util-feed ` ] ( https://github.com/syntax-tree/xast-util-feed )
406
- — build feeds (RSS, Atom)
407
- * [ ` xast-util-from-xml ` ] ( https://github.com/syntax-tree/xast-util-from-xml )
408
- — parse from XML
409
- * [ ` xast-util-sitemap ` ] ( https://github.com/syntax-tree/xast-util-sitemap )
410
- — build ` sitemap.xml `
411
- * [ ` xast-util-to-string ` ] ( https://github.com/syntax-tree/xast-util-to-string )
412
- — get the text value
413
- * [ ` xast-util-to-xml ` ] ( https://github.com/syntax-tree/xast-util-to-xml )
414
- — serialize to XML
415
- * [ ` hast-util-to-xast ` ] ( https://github.com/syntax-tree/hast-util-to-xast )
416
- — transform to xast
403
+ * [ ` xastscript ` ] ( https://github.com/syntax-tree/xastscript )
404
+ — create trees
405
+ * [ ` xast-util-feed ` ] ( https://github.com/syntax-tree/xast-util-feed )
406
+ — build feeds (RSS, Atom)
407
+ * [ ` xast-util-from-xml ` ] ( https://github.com/syntax-tree/xast-util-from-xml )
408
+ — parse from XML
409
+ * [ ` xast-util-sitemap ` ] ( https://github.com/syntax-tree/xast-util-sitemap )
410
+ — build ` sitemap.xml `
411
+ * [ ` xast-util-to-string ` ] ( https://github.com/syntax-tree/xast-util-to-string )
412
+ — get the text value
413
+ * [ ` xast-util-to-xml ` ] ( https://github.com/syntax-tree/xast-util-to-xml )
414
+ — serialize to XML
415
+ * [ ` hast-util-to-xast ` ] ( https://github.com/syntax-tree/hast-util-to-xast )
416
+ — transform to xast
417
417
418
418
## References
419
419
420
- * ** JSON**
421
- [ The JavaScript Object Notation (JSON) Data Interchange Format] [ json ] ,
422
- T. Bray.
423
- IETF.
424
- * ** JavaScript** :
425
- [ ECMAScript Language Specification] [ javascript ] .
426
- Ecma International.
427
- * ** unist** :
428
- [ Universal Syntax Tree] [ unist ] .
429
- T. Wormer; et al.
430
- * ** XML** :
431
- [ Extensible Markup Language (XML) 1.0 (Fifth Edition)] [ xml ]
432
- T. Bray; et al.
433
- W3C.
434
- * ** XML-NAMES** :
435
- [ Namespaces in XML 1.0 (Third Edition)] [ xml-names ]
436
- T. Bray; et al.
437
- W3C.
438
- * ** Web IDL** :
439
- [ Web IDL] [ webidl ] ,
440
- C. McCormack.
441
- W3C.
420
+ * ** JSON**
421
+ [ The JavaScript Object Notation (JSON) Data Interchange Format] [ json ] ,
422
+ T. Bray.
423
+ IETF.
424
+ * ** JavaScript** :
425
+ [ ECMAScript Language Specification] [ javascript ] .
426
+ Ecma International.
427
+ * ** unist** :
428
+ [ Universal Syntax Tree] [ unist ] .
429
+ T. Wormer; et al.
430
+ * ** XML** :
431
+ [ Extensible Markup Language (XML) 1.0 (Fifth Edition)] [ xml ]
432
+ T. Bray; et al.
433
+ W3C.
434
+ * ** XML-NAMES** :
435
+ [ Namespaces in XML 1.0 (Third Edition)] [ xml-names ]
436
+ T. Bray; et al.
437
+ W3C.
438
+ * ** Web IDL** :
439
+ [ Web IDL] [ webidl ] ,
440
+ C. McCormack.
441
+ W3C.
442
442
443
443
## Related
444
444
445
- * [ hast] ( https://github.com/syntax-tree/hast )
446
- — Hypertext Abstract Syntax Tree format
447
- * [ mdast] ( https://github.com/syntax-tree/mdast )
448
- — Markdown Abstract Syntax Tree format
449
- * [ nlcst] ( https://github.com/syntax-tree/nlcst )
450
- — Natural Language Concrete Syntax Tree format
445
+ * [ hast] ( https://github.com/syntax-tree/hast )
446
+ — Hypertext Abstract Syntax Tree format
447
+ * [ mdast] ( https://github.com/syntax-tree/mdast )
448
+ — Markdown Abstract Syntax Tree format
449
+ * [ nlcst] ( https://github.com/syntax-tree/nlcst )
450
+ — Natural Language Concrete Syntax Tree format
451
451
452
452
## Contribute
453
453
0 commit comments