1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-21 06:09:41 +02:00

Code tool updated (#45)

This commit is contained in:
Peter Savchenko 2019-02-18 10:42:12 +03:00 committed by GitHub
parent 1895fdceaa
commit a4031f151f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 51 additions and 43 deletions

View file

@ -57,20 +57,20 @@ export default class Editor {
class: CodeTool,
shortcut: 'CMD+SHIFT+D'
},
inlineCode: {
class: InlineCode,
shortcut: 'CMD+SHIFT+C'
},
rawTool: {
class: RawTool,
shortcut: 'CMD+SHIFT+R'
},
delimiter: Delimiter,
embed: Embed,
inlineCode: {
class: InlineCode,
shortcut: 'CMD+SHIFT+C'
},
marker: {
class: Marker,
shortcut: 'CMD+SHIFT+M'
},
delimiter: Delimiter,
embed: Embed
}
},
data: {
blocks: [