MacDownApp / MacDownApp/macdown
Multiple, separated quotes rendered as the same quote
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
When I have two quotes, one after the other, they get combined into one quote block no matter how much whitespace is between them.
When I write this:
```
> Quote 1 blah blah blah...
> Quote 2 blah blah blah...
```
I would expect this, with the separated block:
> Quote 1 blah blah blah...
> Quote 2 blah blah blah...
Instead of this, where they are combined:
> Quote 1 blah blah blah...
>
> Quote 2 blah blah blah...
But I'm getting the second option.
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
Reproduce the issue in MacDown using two blockquotes separated by whitespace, then trace the Markdown rendering entry point responsible for blockquote grouping. Done means separated blockquotes render as separate blocks rather than being combined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, markdown, objective-c
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100