SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.19k stars 649 forks source link

Undesired folding #720

Closed glow12121 closed 1 year ago

glow12121 commented 1 year ago

After the plugin was installed, a lot of undesidered things started to be getting folded.

For example, in this line anchor and the second image are automatically replaced with three dots. As I click on the dots, the text unfolds. I click on something else - it folds again.

[![image alt text](image url link)](anchor link)

In this line, the web address is folded and replaced with three yellow dots.

[Author](https://www.amazon.com/long-address)

How can I only make the plugin fold headlines - and only manually, on my command?

deathaxe commented 1 year ago

https://github.com/SublimeText-Markdown/MarkdownEditing/blob/bff21d04770a287cdd3ac6dc210ccf783d125ae0/Preferences.sublime-settings#L117-L122

glow12121 commented 1 year ago

Many thanks, @deathaxe !