SublimeText-Markdown / MarkdownEditing

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

Duplicate Markdown syntaxes #717

Closed rchl closed 1 year ago

rchl commented 1 year ago

With this package enabled the Markdown and MultiMarkdown syntaxes appear twice in the list. Is that expected?

Screenshot 2023-01-04 at 09 43 33

If the expectation is that the user disables built-in Markdown package then it would be good to mention this in install.txt message file and also documentation.

deathaxe commented 1 year ago

That's more or less unavoidable.

Disabling default Markdown will break Rails syntax and probably others, while a dedicated syntax is required to add all the 3rd-party syntaxes for fenced code blocks.

The only option I see, is to rename it to something like Markdown (MDE).

rchl commented 1 year ago

Think it would make sense to rename those. Especially if there is difference between this and the default one since otherwise I don't know which one I'm selecting in the Command Palette.

rchl commented 1 year ago

Kinda weird that MultiMarkdown syntax appears twice though? There is no default one like that so where does the duplication come from?

EDIT: Never mind, there is a default one like that.