Tencent / Tencent/cherry-markdown
[Bug Report] 表格所见即所得编辑模式需要加强对嵌套语法的支持
Open
Nobody has claimed this yet.
🐞bug
- 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 reports the same bug to avoid duplicates.
- The provided information offers a minimal reproducible example of the bug.
- For Q&A, please open a GitHub Discussion instead.
Describe the Bug
测试语法
| Header | Header | Header | Header |
| ------ | ------ | ------ | ------ |
| Sample | Sample | Sample |\| Syntax \| Description \|<br>\| ----------- \| ----------- \|<br>\| Header \| Title \|<br>\| Paragraph \| Text \||
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
点击编辑后,只获取到了转义符号\
Reproduction Steps
No response
System Information
No response
Contributing
No, I don't plan to at this time.
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
No source file, test, or entry point is named. Start by reproducing the provided nested-table Markdown example in the editor, then compare the displayed table with the content returned by edit mode; done means nested syntax round-trips without exposing escape characters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, markdown
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100