Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Add github flavored markdown table implementation. #12

Merged
merged 1 commit into from
Oct 17, 2015

Conversation

bcho
Copy link
Contributor

@bcho bcho commented Oct 16, 2015

Note: this implementation will disable the usage of title.

CHAR_VERTICAL = '|'
CHAR_HORIZONTAL = '-'

def __init__(self, table_data):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Robpol86 CI warns for this issue: W:106, 4: __init__ method from base class 'BaseTable' is not called (super-init-not-called), but I think there is no need to call the super here.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should still stick super() it in there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Robpol86 ok, fixed now.

@bcho bcho force-pushed the features/github-flavored-table branch from 31c6038 to e55cf1e Compare October 16, 2015 23:56
Robpol86 added a commit that referenced this pull request Oct 17, 2015
Add github flavored markdown table implementation.
@Robpol86 Robpol86 merged commit 88915f2 into Robpol86:master Oct 17, 2015
@Robpol86
Copy link
Owner

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants