vsch / idea-multimarkdown

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

Pressing tab in a list item indents by 4 even when indent set to 2 #906

Closed vjpr closed 3 years ago

vjpr commented 3 years ago

Related: https://github.com/vsch/idea-multimarkdown/issues/469

It looks like the Indent Size has not effect on this behavior. I also can't find plain nested list examples in the Code Style.

Screen Shot 2021-01-18 at 3 20 31 pm

vjpr commented 3 years ago

Looks like I found the setting here:

Screen Shot 2021-01-18 at 3 25 33 pm

I'm not sure if you control the "Code Style" options but maybe a note could be placed next to Indent size to say that it is overridden in Markdown > Parser > Lists.