mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
Update simplemde.js
This commit is contained in:
parent
a98665a0a7
commit
adda6665c1
@ -15,7 +15,7 @@ var marked = require("marked");
|
||||
var isMac = /Mac/.test(navigator.platform);
|
||||
|
||||
var shortcuts = {
|
||||
'Cmd-B': toggleBold,
|
||||
"Cmd-B": toggleBold,
|
||||
"Cmd-I": toggleItalic,
|
||||
"Cmd-K": drawLink,
|
||||
"Cmd-H": toggleHeadingSmaller,
|
||||
|
Loading…
x
Reference in New Issue
Block a user