MacDownApp / MacDownApp/macdown
Multi-level list in table
Open
Nobody has claimed this yet.
on hold
upstream
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Can we add multi-level list support in tables?
For example,
| Category | Menu |
| --- | --- |
| Drinks |
- Coffee
- Tea
- Black tea
- Green tea
- Milk
Is there an easier way to write something like this, probably without using the html tags?
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
Start by reviewing MacDown's Markdown table and list handling to determine where nested list support is parsed or rendered. Compare the requested table example with the current behavior, then define the supported non-HTML syntax and verify that nested lists render correctly inside table cells.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100