hackmdio / hackmdio/codimd

Suggestion: paste from HTML table and convert to markdown table

Open
#659 2 comments 2 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
10.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

github markdown has supported this

![default](https://user-images.githubusercontent.com/9161438/34319554-f81c9348-e81f-11e7-947a-35bfdc52935e.png)

When I copy a table in excel, my raw data is like

![img](https://user-images.githubusercontent.com/9161438/34319551-e22992c0-e81f-11e7-8dec-9e0765a9f9d4.png)

Some simple `tr` and `td` in the data

And if I paste on github, I will get

```

1 | 5
-- | --
2 | 6
3 | 7
4 | 8

```

the rendered version

1 | 5
-- | --
2 | 6
3 | 7
4 | 8

I think it's a good feature if hackmd will support it

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.