Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Lists render incorrectly in preview pane #230

Open
slackfarmer opened this issue Mar 3, 2015 · 3 comments
Open

Lists render incorrectly in preview pane #230

slackfarmer opened this issue Mar 3, 2015 · 3 comments
Labels

Comments

@slackfarmer
Copy link

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
Copy link

vsch commented Aug 19, 2015

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 nicoulaj added the Bug label May 22, 2016
@nicoulaj
Copy link
Owner

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
Copy link

hamx0r commented Aug 22, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants