SublimeText-Markdown / MarkdownEditing

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

draw_centered and line_numbers not working #479

Closed akotulu closed 6 years ago

akotulu commented 7 years ago

Sublime Text Version 3.0, Build 3143

"draw_centered": false, "line_numbers": true,

Editor Settings

cpkio commented 6 years ago

Select not Markdown GFM (lower right corner), but standart Markdown. You have Markdown settings file opened, not MD GFM.

akotulu commented 6 years ago

Thank you. My mistake, thought the default was (standard) and didn't see the GFM. Maybe change the naming of these markdowns, less confusing. Also a base config file would solve problems, if you decide to have later many more markdowns.

cpkio commented 6 years ago

One more «default» config in addition to Preferences.sublime-settings? I disagree.

felixhao28 commented 6 years ago

Also a base config file would solve problems

That would be too counter-intuitive for people who only uses one flavor of the syntax.

Maybe change the naming of these markdowns

Naming right now is fine. We use the official names for the three supported flavors. GFM is the default because it has the most features.