Postman Docs MD Table Column Header Alignment

Describe the bug
I’m currently using MD tables in my API’s documentation, however I’ve been unsuccessful in my attempts to get the column headers to left align. I’ve attempted using MD and HTML tags, no matter what I do the headers remain centered, row data will change though.

Perhaps I’m missing something.

To Reproduce
Steps to reproduce the behavior:
Create a table
Attempt to left/right align the headers and row data

| Key name | Constraints |
| :---|:---|
| `< key1's-name >` | < key1's-first-constraint-custom >, < key1's-second-constraint > |
| `< key2's-name >` |  |
| `< key3's-name >` | < key3's-first-constraint > |
<table>
<thead>
<tr>
<th align="left">abc</th>
<th align="left">defghi</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">bar</td>
<td align="left">baz</td>
</tr></tbody></table>

Expected behavior
The alignment to change on demand

Screenshots


Hey @derrikfleming

Welcome to the community :wave:

Could you please submit this issue on the Github repo so that it gets the required attention and prioritised by the dev team. :grin:

Have a quick search on there before raising the issue to ensure that the same thing hasn’t been raised already. :grin:

Thanks, I’ve opened a new issue.

1 Like