vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
815 stars 127 forks source link

Gitlab multi-line blockquote syntax incorrect #757

Closed wangles closed 5 years ago

wangles commented 5 years ago

The documentation states:

Multiline block quotes using >>> at start of line to mark block start and <<< at start of line to > mark block end. GFM: Multi-line Blockquote

This works and renders correctly in the ide.

However, the Gitlab spec states that the closing symbol should be >>>. Thus, it renders incorrectly in Gitlab.

GFM: Multi-line Blockquote

vsch commented 5 years ago

@wangles, thank you for pointing this out. It is a bug in the implementation. I will have it fixed for next EAP release, due shortly.

vsch commented 5 years ago

EAP update with a fix for the issue is available.

Installing EAP Plugin Version

wangles commented 5 years ago

Thanks for the quick fix. For the record, I liked your syntax better.

vsch commented 5 years ago

@wangles, I also liked my syntax because it allowed nested block quotes. I guess I assumed that the correct syntax was the one giving more functionality. My bad.