Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables extraction #82

Closed
djstrong opened this issue Mar 14, 2015 · 2 comments
Closed

Tables extraction #82

djstrong opened this issue Mar 14, 2015 · 2 comments

Comments

@djstrong
Copy link

Is it possible to extract tables from markup? There is WikiCloth::WikiBuffer::Table, but I can't access it by implementing Parser.

@nricciar
Copy link
Owner

Your only real option at the moment would be to override the to_html method in the WikiCloth::WikiBuffer::Table. this would allow you to access the raw table data prior to it being rendered into html. From there you could pass the table data to whatever you need to though.

@djstrong
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants