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

[Feature request] Add support for THEAD & TBODY tags #119

Open
aledeg opened this issue Nov 7, 2016 · 1 comment
Open

[Feature request] Add support for THEAD & TBODY tags #119

aledeg opened this issue Nov 7, 2016 · 1 comment

Comments

@aledeg
Copy link
Contributor

aledeg commented Nov 7, 2016

Today, I've tried to convert markdown to pdf. For the most part, it works well. Unfortunatly, I cannot convert tables since the markdown library adds thead and tbody when parsing the following syntax:

| x | 1 | 2 | 3 | 4  |
|---|---|---|---|----|
| 1 | 1 | 2 | 3 | 4  |
| 2 | 2 | 4 | 6 | 8  |
| 3 | 3 | 6 | 9 | 12 |

See #58

@ambroisemaupate
Copy link
Contributor

👍

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