Skip to content

Better markdown tables using Table.X components

Yuto Takano requested to merge better-markdown-tables into master

Uses Mantine's various Table.Td/Thead/Tbody/Tr/Th components, and makes the Table width "auto" instead of the default 100%.

Before header
msedge_2024-04-23_10-21-16 msedge_2024-04-23_10-23-15

I think this looks better but the width: auto might break some things if anyone was relying on it.

Merge request reports