Suggestion: paste from HTML table and convert to markdown table
Open
feature
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
github markdown has supported this

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

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
Assessment
This issue has not been assessed yet.