SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List indentation symbol alternation

willrowe opened this issue · comments

I'm not sure if this is a bug or if this was changed intentionally, but when adding a list item I used to be able to tab or shift + tab and the symbol would alternate between -, +, and *. Now it uses the same symbol that the list was created with.

This behavior is controlled by

// MarkdownEditing (Lists):
// Automatically switches list bullet when indenting blank list item with <Tab>.
"mde.list_indent_auto_switch_bullet": false,

The default value was changed to false as most documents found on web seem to use - only.

@deathaxe thanks for pointing that out! Did you intentionally change mde.list_indent_auto_switch_bullet from true to false?

The default value was changed to false as most documents found on web seem to use - only.

Sorry, missed that, blended in with the code preview. Thanks again!