Skip to content

Instantly share code, notes, and snippets.

@PogiNate
Created May 14, 2012 23:00
Show Gist options
  • Save PogiNate/2697974 to your computer and use it in GitHub Desktop.
Save PogiNate/2697974 to your computer and use it in GitHub Desktop.
Cross-Platform MultiMarkdown Build for Sublime Text 2
{
"osx":
{
"cmd": ["open","-a","/Applications/Marked.app","$file"]
},
"windows":
{
"shell": "true",
"cmd": ["mmd","--smart","$file","&&","explorer","file://$file_path/$file_base_name.html"]
},
"selector": "text.html.markdown"
}
@PogiNate
Copy link
Author

Depends on having MultiMarkdown on Windows and Marked on OSX.

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