Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChiaraHsieh/6171677 to your computer and use it in GitHub Desktop.
Save ChiaraHsieh/6171677 to your computer and use it in GitHub Desktop.

Configure Markdown Preview for Sublime Text 2

###1. Install Markdown Preview

###2. Set default browser to Google Chrome In Preferences > Package Settings > Markdown Preview > Settings - User

{
"browser": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
}

###3. Set shortcut Ctrl+Alt+m to start markdown preview In Preferences > Key Bindings - User

[
...
{ "keys": ["ctrl+alt+m"], "command": "markdown_preview" }
...
]

Note. Rememeber to add , (comma) if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment