I am trying to color the cells of a table in Azure DevOps Wiki Table I have this in my markdown
|Tag|Requied/Optional |Notes |Examples |
|--|--|--|--|
| <td style="background-color:green;color:white;">1</td> | <td style="background-color:green;color:white;">2</td> | <td style="background-color:green;color:white;">3</td> | <td style="background-color:green;color:white;">4</td> |
| | | | |
| | | | |
but it comes out looking like this
Im trying to figure out why/where the extra cells in between are coming from and how to get rid of them.