Skip to content

Unify style of markdown tables #364

Open
@bart-vmware

Description

@bart-vmware

From the conversation at #359 (comment), we found that markdown tables use a mixture of styles. This issue concerns unifying them into a single style.

For example:

| Heading1 | Heading2 |
| --- | --- |
| Column1 with some text | |

vs:

| Heading1               | Heading2 |
| ---------------------- | -------- |
| Column1 with some text |          |

Personally I prefer the former, because there's no need to maintain the layout when content changes, which reduces the diff and makes review easier. But it also depends on the tooling used by the team to decide what works best.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions