Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Last active August 29, 2015 14:17
Show Gist options
  • Save devonzuegel/e05f7cb2e03152955de7 to your computer and use it in GitHub Desktop.
Save devonzuegel/e05f7cb2e03152955de7 to your computer and use it in GitHub Desktop.
MultiMarkdown settings
{
"extensions":
[
"md",
"mdown",
"mdwn",
"mmd",
"txt",
"md"
],
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
// Add trailing #'s to headlines
"mde.match_header_hashes": true,
// Layout
"draw_centered": true,
"word_wrap": true,
"wrap_width": 70,
"rulers": [],
// Always keep current line vertically centered.
"mde.keep_centered": true,
// Line
"line_numbers": true,
"line_padding_top": 3,
"line_padding_bottom": 3,
// Automatically switches list bullet when indenting blank list item with <Tab>.
"mde.list_indent_auto_switch_bullet": true,
"mde.list_indent_bullets": ["*", "-", "+"], // in order for switching
}
{
"extensions":
[
"md",
"mdown",
"mdwn",
"mmd",
"txt",
"md"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment