Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.06 KB

Sublime Text 2 MarkDown preview

A simple ST2 plugin to help you preview your markdown files.

Just preview the current md file in your web browser.

Installation :

  • you should use sublime package manager
  • use cmd+shift+P then Package Control: Install Package
  • look for MarkdownPreview and install it.

Usage :

  • use cmd+shift+P then MarkdownPreview to launch a preview
  • or bind some key in your user key binding, using a line like this one: { "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser"} },

Uses :

The code is available at github https://github.com/revolunet/sublimetext-markdown-preview

Licence MIT : http://revolunet.mit-license.org