nicoulaj / idea-markdown

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

incorrect indent list items #203

Open BorzdeG opened 10 years ago

BorzdeG commented 10 years ago

Screenshot

text:

1. item1
  1. item1.1
  1. item1.2
1. item2
  1. item2.1
  1. item2.2

example markdown:

  1. item1
    1. item1.1
    2. item1.2
  2. item2
    1. item2.1
    2. item2.2
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.