2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-06 09:34:27 -06:00

Update easymde.js

This commit is contained in:
Jonathan 2022-05-19 10:14:11 +02:00 committed by GitHub
parent 757d5eb729
commit bed6b493c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,9 @@ var shortcuts = {
'toggleHeading1': 'Shift+Alt+1',
'toggleHeading2': 'Shift+Alt+2',
'toggleHeading3': 'Shift+Alt+3',
'toggleHeading4': 'Shift+Alt+4',
'toggleHeading5': 'Shift+Alt+5',
'toggleHeading6': 'Shift+Alt+6',
'cleanBlock': 'Cmd-E',
'drawImage': 'Cmd-Alt-I',
'toggleBlockquote': 'Cmd-\'',