Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiCorbilla authored Mar 21, 2021
1 parent a45a3bc commit f39ecbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Table<IEnumerable<string>>.Add(GetStringMatrix())
.ToConsole();
```

**Note that this option will highlight all the rows

![image](https://user-images.githubusercontent.com/7347994/111919193-9da1b680-8a80-11eb-9218-d3b4e796e5fb.png)


Expand All @@ -171,6 +173,8 @@ Table<TestClass>.Add(GetSampleOutput())
.ToConsole();
```

**Note that this option will highlight one specific cell and it will use two colors, one for `=` and one for `<>`

![image](https://user-images.githubusercontent.com/7347994/111919177-84006f00-8a80-11eb-8f58-e8e965b07f15.png)


Expand Down

0 comments on commit f39ecbf

Please sign in to comment.