JetBrains / JetBrains/markdown

Blockquote ending not detected

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.