Skip to content

Commit d5bd118

Browse files
committed
Refactor prose
1 parent 4fc3f5c commit d5bd118

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
},
2121
"remarkConfig": {
2222
"plugins": [
23-
"preset-wooorm"
23+
"preset-wooorm",
24+
[
25+
"toc",
26+
{
27+
"heading": "contents"
28+
}
29+
]
2430
]
2531
}
2632
}

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document may not be released.
1212
See [releases][] for released documents.
1313
The latest released version is [`1.0.0`][latest].
1414

15-
## Table of Contents
15+
## Contents
1616

1717
* [Introduction](#introduction)
1818
* [Where this specification fits](#where-this-specification-fits)
@@ -28,7 +28,7 @@ The latest released version is [`1.0.0`][latest].
2828
* [`Instruction`](#instruction)
2929
* [`Cdata`](#cdata)
3030
* [Glossary](#glossary)
31-
* [List of Utilities](#list-of-utilities)
31+
* [List of utilities](#list-of-utilities)
3232
* [References](#references)
3333
* [Contribute](#contribute)
3434
* [Acknowledgments](#acknowledgments)
@@ -376,7 +376,7 @@ Yields:
376376

377377
See the [unist glossary][glossary].
378378

379-
## List of Utilities
379+
## List of utilities
380380

381381
See the [unist list of utilities][utilities] for more utilities.
382382

@@ -420,8 +420,8 @@ Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas].
420420
A curated list of awesome syntax-tree, unist, hast, mdast, nlcst, and xast
421421
resources can be found in [awesome syntax-tree][awesome].
422422

423-
This project has a [Code of Conduct][coc].
424-
By interacting with this repository, organisation, or community you agree to
423+
This project has a [code of conduct][coc].
424+
By interacting with this repository, organization, or community you agree to
425425
abide by its terms.
426426

427427
## Acknowledgments

0 commit comments

Comments
 (0)