clipboard2markdown icon indicating copy to clipboard operation
clipboard2markdown copied to clipboard

doesn't properly render tables

Open mahesh557 opened this issue 6 years ago • 3 comments

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 | | |

mahesh557 avatar Jun 05 '18 18:06 mahesh557

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

euangoddard avatar Jun 06 '18 07:06 euangoddard

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

brisdaz avatar Aug 16 '19 15:08 brisdaz

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

euangoddard avatar Aug 16 '19 15:08 euangoddard