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/Preferences.sublime-settings
Lines 47 to 49 in bcf8d0b
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!