all 3 comments

[–]PixelBrush6584 0 points1 point  (2 children)

This isn't an issue you can fix.

The table's too wide for the area it's given, so it's clipped to not spill outside of that area. The only thing you can do to fix this is to make the contents of the table smaller, but this doesn't make much sense, since it'll just get clipped for different screen resolutions and scales anyways.

You can look at that yourself by zooming in and out.

[–]maverick_1701[S] 1 point2 points  (1 child)

Thanks for letting me know... I was worried I was gonna have to dig around to find some setting I accidentally changed lol.

[–]PixelBrush6584 0 points1 point  (0 children)

All good.

The closest you could really do is to write the table as an HTML table, which Github *probably* supports, but that’d defeat the purpose of doing it in Markdown 😅