JetBrains / JetBrains/markdown
Blockquote ending not detected
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
Consider the following test markdown
```markdown
a
> quote
b
```
This is rendered incorrectly with both `CommonMarkFlavourDescriptor` and `GFMFlavourDescriptor` like this (version 0.2.3):
```html
a
quote
b
```
However, the markdown should render with _b_ after the ``, like this (especially when using the GitHub flavour):
a
> quote
b
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.