mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Updated the html textarea editor code shortcut
refs https://github.com/TryGhost/Team/issues/1206 - the editor will behave like the main Ghost editor and will wrap text between backticks with a <code> tag
This commit is contained in:
parent
04fe62012d
commit
8e3bce3c49
@ -23,7 +23,7 @@ const UNDO_DEPTH = 50;
|
||||
const SPECIAL_MARKUPS = {
|
||||
S: '~~',
|
||||
CODE: {
|
||||
char: '{', // this is different because we use <code> to represent {} replacements
|
||||
char: '`',
|
||||
replace: false
|
||||
},
|
||||
SUP: '^',
|
||||
|
Loading…
Reference in New Issue
Block a user