My Sublime Text is showing Markdown text with text centered rather than left aligned.
To fix the text to be shown left aligned.
Preferences -> Settings - Syntax Specific
{ // Draws text centered in the window rather than left aligned "draw_centered": false, // Set to a value other than 0 to force wrapping at that column rather than the // window width "wrap_width": 0,}