mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Shortcut for italic inserts _ instead of *
Closes #643 Pressing Ctrl + I/Cmd + I when text is selected in Markdown mode now inserts _ instead of * around the selected text.
This commit is contained in:
parent
8766257ee0
commit
94785efb36
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
style: null,
|
||||
syntax: {
|
||||
bold: "**$1**",
|
||||
italic: "_$1_",
|
||||
italic: "*$1*",
|
||||
strike: "~~$1~~",
|
||||
code: "`$1`",
|
||||
link: "[$1](http://)",
|
||||
|
|
Loading…
Add table
Reference in a new issue