Skip to content

rick-shaw/sublimetext-markdown-preview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text 2 MarkDown preview

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

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"} },
  • once converted a first time, the output HTML will be updated on each file save

Uses :

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

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

About

markdown preview plugin for sublime text 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published