We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98665a commit adda666Copy full SHA for adda666
src/js/simplemde.js
@@ -15,7 +15,7 @@ var marked = require("marked");
15
var isMac = /Mac/.test(navigator.platform);
16
17
var shortcuts = {
18
- 'Cmd-B': toggleBold,
+ "Cmd-B": toggleBold,
19
"Cmd-I": toggleItalic,
20
"Cmd-K": drawLink,
21
"Cmd-H": toggleHeadingSmaller,
0 commit comments