Feature Request: Merge Table cell
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
Any way to merge cells in the table? For example,
||| A|||||||
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|||**0**|**1**|**2**|**3**|**4**|**5**|**...**|
|<p style="font-weight:bold; transform: rotate(-90deg);"> B </p>|**0**|0|0|0|0|0|0|...|
|^|**1**|0|1|0|0|0|0|...|
|^|**2**|0|0|2|0|0|0|..|
|^|**3**|0|0|0|3|0|0|...|
|^|**4**|0|0|0|0|4|0|...|
|^|**5**|0|0|0|0|0|5|...|
|^|**...**|...|...|...|...|...|...|...|
Produces

Contributor guide
No contributing guide indexed for this repository
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
Start by locating the Markdown table parsing and rendering entry points in VNote and compare them with the example syntax in the issue. Define how merged rows and columns should render, then verify the result against the provided table example and existing table behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, markdown
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100