Sublime Text Markdown Support
25 Jul 2017- Install MarkdownEditing, Markdown Preview and LiveReload by
Shift+Ctrl+P -> Install package. - Open a .md file and set Syntax to
Markdown-Markdownin right bottom corner of Sublime text. - Open
Preferences -> Settings - Syntax Specificadd following line toMarkdown.sublime-settings:
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme" - Use the
Shift+Ctrl+P -> Markdown Preview: Preview in Browser -> Githubto preview the output.