mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #647 from jfi/iss643
Shortcut for italic inserts _ instead of *
This commit is contained in:
commit
19c83f90d1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
style: null,
|
style: null,
|
||||||
syntax: {
|
syntax: {
|
||||||
bold: "**$1**",
|
bold: "**$1**",
|
||||||
italic: "_$1_",
|
italic: "*$1*",
|
||||||
strike: "~~$1~~",
|
strike: "~~$1~~",
|
||||||
code: "`$1`",
|
code: "`$1`",
|
||||||
link: "[$1](http://)",
|
link: "[$1](http://)",
|
||||||
|
|
Loading…
Add table
Reference in a new issue