thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
610 stars 43 forks source link

Markdown alignment cells respect margin #36

Closed shawalli closed 3 years ago

shawalli commented 3 years ago

This PR updates the Markdown writer so that alignment cells use margins the same way that header and content cells do.

Closes #35.

thombashi commented 3 years ago

Thank you for your pull request.