Skip to content

Commit 72c570e

Browse files
committed
Install "MarkdownEditing" plugin and disable native "Markdown" package because it conflicts with the plugin.
MarkdownEditing: https://sublime.wbond.net/packages/MarkdownEditing
1 parent 3d13418 commit 72c570e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Package Control.sublime-settings

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"INI",
1111
"Jinja2",
1212
"LineEndings",
13+
"MarkdownEditing",
1314
"nginx",
1415
"Package Control",
1516
"Pretty JSON",

Preferences.sublime-settings

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"hot_exit": true,
66
"ignored_packages":
77
[
8+
"Markdown",
89
"Vintage"
910
],
1011
"line_padding_bottom": 2,

0 commit comments

Comments
 (0)