nicoulaj / idea-markdown

Markdown language support for IntelliJ IDEA (abandonned).
Apache License 2.0
600 stars 101 forks source link

Lists render incorrectly in preview pane #230

Open slackfarmer opened 9 years ago

slackfarmer commented 9 years ago

Example input/ouput of corrupted list rendering

Markdown intellij plugin version: 0.9.7


## Title
* List
    * List Item
    * List Item
    * List Item
    * List Item

## Title
* List
    * List Item
    * List Item
    * List Item
    * List Item
    * List Item
    * List Item
        * List Item
    * List Item
    * List Item

image

vsch commented 8 years ago

It's a pegdown bug. The plugin is using it for parsing. I forked this plugin, upgraded pegdown, fixed a few bugs, gave it a GitHub makeover and added some much needed features.

Try it out: MultiMarkdown

idea-multimarkdown-source

nicoulaj commented 8 years ago

Notice: This plugin is no more maintained and it has been removed from Jetbrains plugins repository. There is a Markdown plugin officially supported by Jetbrains.

hamx0r commented 7 years ago

For those landing here and noticing that numbered lists don't nest correctly, the respective bug for the official (and still-supported) Jetbrains markdown plugin is here: https://youtrack.jetbrains.com/issue/JT-21112#comment=27-1275299