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.17k stars 164 forks source link

Simple asciidoc support #194

Closed cfib closed 2 years ago

cfib commented 2 years ago

Adds support to a simple subset of AsciiDoc's table format (https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#tables)

astanin commented 2 years ago

Thank you for the valuable contribution.