astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.1k stars 163 forks source link

Asciidoc table: Align is not working #256

Open gillesB opened 1 year ago

gillesB commented 1 year ago

According to the Asciidoc table documentation the align operator must be put in front of the column width. python-tabulate is putting it behind the column width. The following table appears in your unit tests (and is rendered with AsciidocFX).

image