Tencent / Tencent/cherry-markdown
[Feature Request] 表格合并拆分并且html的表格也支持操作
Open
Nobody has claimed this yet.
🚀enhancement
pending-no-confirmed
- Dominant language
- JavaScript
- Stars
- 4.9k
- Forks
- 572
- Avg merge
- 17h 5m
- Merged PRs (30d)
- 14
Description
Prerequisites
- There isn't an existing issue that requests the same feature, to avoid duplicates.
Clear and concise description of the problem
html
| NetworkStructure | Erds-Rényi | Regular | Scale-Free |
|---|---|---|---|
| $\\left(u_{1},u_{2}\\right)(\\%)$ | $\\left(u_{1},u_{2}\\right)(\\%)$ | $\\left(u_{1},u_{2}\\right)(\\%)$ | |
| $\\left(w_{1},w_{2}\\right)$ | $(0.581,0.615)$ | $(0.582,0.615)$ | $(0.529,0.529)$ |
| Gini | $1.451\\times10^{-2}$ | $1.454\\times10^{-2}$ | $2.310\\times10^{-4}$ |
| SW | 0.685 | 0.685 | 0.627 |
markdown
| Header | Header | Header | Header |
|---|---|---|---|
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
希望两个表格有相同的功能 并且也支持合并单元格拆分单元格
Suggested solution
No response
Further Information
No response
Contributing
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the HTML and Markdown table examples in the issue first, then identify the table-editing entry points in the editor. The work is done when both table types support equivalent operations, including merging and splitting cells, with the requested behavior verified in the editor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, markdown
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100