Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Add github flavored markdown table implementation. #11

Closed bcho closed 8 years ago

bcho commented 8 years ago

This implementation will disable the usage of title.

Robpol86 commented 8 years ago

Can you re-submit this? I've refactored a lot of the project and moved tables to ./terminaltables/tables.py. You'll need to move your code there and also import and assert (for linting) your class in __init__.py.

Also if you get some linting error paste it here.

bcho commented 8 years ago

@Robpol86 reopened at #12