clipboard2markdown
clipboard2markdown copied to clipboard
doesn't properly render tables
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 | | |
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
Has this been solved? Is domchristie/turndown where I have to go to get help?
@brisdaz I am not actively maintaining this repo at the moment, but happy to accept any PRs that address the issue