Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 441 Bytes

File metadata and controls

21 lines (15 loc) · 441 Bytes

Markdown in Sublime Text

Install Markdown Preview

Change preferences

...
"skip_default_stylesheet": true,
...
"html_simple": true,
...
"embed_css_for_sublime_output": false

Add this shortcut to quickly convert MD to HTML

{ 
	"keys": ["alt+m"], 
	"command": "markdown_preview", 
	"args": {"target":"sublime", "parser":"github"} 
}