Skip to content

Commit a008076

Browse files
authored
Fixed nested list rendering on GitHub for readme contents
1 parent c8ddf0e commit a008076

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ Contents
2222
1. [Strategies](#strategies)
2323
1. [Practical example](#practical-example)
2424
1. [Strategy reference](#strategy-reference)
25-
1. [Copy](#copy)
26-
1. [CopyContext](#copycontext)
27-
1. [CopyKey](#copykey)
28-
1. [Callback](#callback)
29-
1. [Collection](#collection)
30-
1. [Context](#context)
31-
1. [Either](#either)
32-
1. [Filter](#filter)
33-
1. [Flatten](#flatten)
34-
1. [IfElse](#ifelse)
35-
1. [IfExists](#ifexists)
36-
1. [Join](#join)
37-
1. [Merge](#merge)
38-
1. [TakeFirst](#takefirst)
39-
1. [ToList](#tolist)
40-
1. [Translate](#translate)
41-
1. [TryCatch](#trycatch)
42-
1. [Type](#type)
43-
1. [Unique](#unique)
44-
1. [Walk](#walk)
25+
1. [Copy](#copy)
26+
1. [CopyContext](#copycontext)
27+
1. [CopyKey](#copykey)
28+
1. [Callback](#callback)
29+
1. [Collection](#collection)
30+
1. [Context](#context)
31+
1. [Either](#either)
32+
1. [Filter](#filter)
33+
1. [Flatten](#flatten)
34+
1. [IfElse](#ifelse)
35+
1. [IfExists](#ifexists)
36+
1. [Join](#join)
37+
1. [Merge](#merge)
38+
1. [TakeFirst](#takefirst)
39+
1. [ToList](#tolist)
40+
1. [Translate](#translate)
41+
1. [TryCatch](#trycatch)
42+
1. [Type](#type)
43+
1. [Unique](#unique)
44+
1. [Walk](#walk)
4545
1. [Requirements](#requirements)
4646
1. [Limitations](#limitations)
4747
1. [Testing](#testing)

0 commit comments

Comments
 (0)