mkdocs-plugins icon indicating copy to clipboard operation
mkdocs-plugins copied to clipboard

native text alignment of markdown tables does not work

Open hudsondiegof opened this issue 1 year ago • 0 comments

Native text alignment of markdown tables does not work inside the ::spantable:: block.

You can align text in the columns to the left, right, or center by adding a colon () to the left, right, or on both side of the hyphens within the header row.:

| Syntax      | Description | Test Text     |
| :---        |    :----:   |          ---: |
| Header      | Title       | Here's this   |
| Paragraph   | Text        | And more      |

This doesn't work, as it is something native to Markdown.

hudsondiegof avatar Oct 30 '23 18:10 hudsondiegof