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-Markdown
in right bottom corner of Sublime text. - Open
Preferences -> Settings - Syntax Specific
add following line toMarkdown.sublime-settings
:
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme"
- Use the
Shift+Ctrl+P -> Markdown Preview: Preview in Browser -> Github
to preview the output.