JetBrains / JetBrains/markdown
Nested blockquotes cannot end early.
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
This example fails:
```
> Line 1
> > Line 2
> Line 3
> Line 4
```
The Line 3 and 4 are grouped into the nested blockquote, not the outer blockquote. This should generate a BLOCKQUOTE with a PARAGRAPH, a BLOCKQUOTE (with a PARAGRAPH containing just Line 2), and a second PARAGRAPH. But instead the BLOCKQUOTE is generated as a PARAGRAPH and a BLOCKQUOTE with a PARAGRAPH containing Lines 2-4.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.