Skip to content

Commit 6efb936

Browse files
authored
docs(README): enhance header hierarchy
1 parent cac1d31 commit 6efb936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ evaluate(value, '/foo/a'); // => throws JSONPointerIndexError
264264
evaluate(value, '/bar'); // => throws JSONPointerKeyError
265265
```
266266

267-
**Strict Arrays**
267+
###### Strict Arrays
268268

269269
[comment]: <> (SPDX-FileCopyrightText: Copyright &#40;c&#41; 2013 IETF Trust and the persons identified as the document authors. All rights reserved.)
270270
[comment]: <> (SPDX-License-Identifier: BSD-2-Clause)
@@ -285,7 +285,7 @@ evaluate(value, '/foo/-', { strictArrays: false }); // => undefined
285285
evaluate(value, '/foo/a', { strictArrays: false }); // => undefined
286286
```
287287

288-
**Strict Objects**
288+
###### Strict Objects
289289

290290
[comment]: <> (SPDX-FileCopyrightText: Copyright &#40;c&#41; 2013 IETF Trust and the persons identified as the document authors. All rights reserved.)
291291
[comment]: <> (SPDX-License-Identifier: BSD-2-Clause)
@@ -440,7 +440,7 @@ compile(['~foo', 'bar']); // => '/~0foo/bar'
440440

441441
#### Representation
442442

443-
**JSON String**
443+
##### JSON String
444444

445445
[comment]: <> (SPDX-FileCopyrightText: Copyright &#40;c&#41; 2013 IETF Trust and the persons identified as the document authors. All rights reserved.)
446446
[comment]: <> (SPDX-License-Identifier: BSD-2-Clause)
@@ -457,7 +457,7 @@ JSONString.to('/foo"bar'); // => '"/foo\\"bar"'
457457
JSONString.from('"/foo\\"bar"'); // => '/foo"bar'
458458
```
459459

460-
**URI Fragment Identifier**
460+
##### URI Fragment Identifier
461461

462462
[comment]: <> (SPDX-FileCopyrightText: Copyright &#40;c&#41; 2013 IETF Trust and the persons identified as the document authors. All rights reserved.)
463463
[comment]: <> (SPDX-License-Identifier: BSD-2-Clause)

0 commit comments

Comments
 (0)