Files
ChocolateyPackages/EthanBrown.SublimeText2.EditorPackages/tools/MarkdownPreview.sublime-settings
Iristyle 3f98133490 EthanBrown.SublimeText2.EditorPackages
- Sublime package featuring the best text editing packages
   - Abacus, Block Cursor Everywhere, Bracketeer, Bracket Highlighter,
      Clipboard Manager, ExportHtml, FileDiffs, LiveReload,
      Markdown Preview, Missing Palette Commands, Related Files,
      SmartMarkdown, Solarized Color Scheme, StringEncode, SublimeTODO,
      TrailingSpace
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
 - Waiting on RelatedFiles plugin update to finish AngularJS settings
2013-03-08 10:10:40 -05:00

11 lines
436 B
Plaintext

{
/*
Sets the default parser for converting markdown to html.
Warning for github API : if you have a ST2 linux build, Python is not built with SSL o it may not work
default - Use the builtin python-markdown2 parser
github - User github API to convert markdown, so you can use GitHub flavored Markdown, see http://github.github.com/github-flavored-markdown/
*/
"parser": "github"
}