Neoteroi / mkdocs-plugins

Plugins for MkDocs.
MIT License
116 stars 9 forks source link

native text alignment of markdown tables does not work #47

Open hudsondiegof opened 8 months ago

hudsondiegof commented 8 months ago

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.