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

doesn't properly render tables #4

Open
mahesh557 opened this issue Jun 5, 2018 · 3 comments
Open

doesn't properly render tables #4

mahesh557 opened this issue Jun 5, 2018 · 3 comments

Comments

@mahesh557
Copy link

Hi, it is not created proper table when copied rows from excel sheet or webpage
It is producing like this

| time | logstamp | org_src | ip_src |
| 5/23/18 15:21 | 01:35.1 | Spectrum Business | 69.75.79.138 |
| 5/23/18 15:06 | 48:14.1 | | |

i would expect in below format so that it will be rendered correctly

| time | logstamp | org_src | ip_src |
| -- | -- | -- | -- |
| 5/23/18 15:21 | 01:35.1 | Spectrum Business | 69.75.79.138 |
| 5/23/18 15:06 | 48:14.1 | | |
@euangoddard
Copy link
Owner

This app relies on another library for parsing the HTML to Markdown. You'll either need to raise the issue there or submit a PR with a fix

@brisdaz
Copy link

brisdaz commented Aug 16, 2019

Has this been solved? Is domchristie/turndown where I have to go to get help?

@euangoddard
Copy link
Owner

@brisdaz I am not actively maintaining this repo at the moment, but happy to accept any PRs that address the issue

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

3 participants