I use gitbook legacy editor to create a single row table
It looks fine on visual editor but looks really weird when it is on the server.
On visual editor, it is just a one-row table. On the server, it is a one-row table + an empty table body cell which looks ugly. The one-row table now becomes the table header in html.
How can I write a one-row table in markdown just like
[window| Linux| Mac]
Here is the markdown code for one-row table auto-generated by gitbook visual editor
| [Windows](https://xxxx) | [Linux x32](https://xxxx) | [Linux x64](https://xxxx) | [Mac x64](https://xxxxx) |
| :--- | :--- | :--- | :--- |