Skip to content

Commit

Permalink
Italic use underscores #3
Browse files Browse the repository at this point in the history
  • Loading branch information
madeyoga committed Jul 7, 2021
1 parent aecbe60 commit d13a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chunchunmaru-mde.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function chunchunmaru(containerId, settings) {
},
"italic": {
action: () => {
this.addBracketToSelection("*", "*");
this.addBracketToSelection("_", "_");
},
icon: "mdi mdi-format-italic",
name: "format_italic",
Expand Down

0 comments on commit d13a8fe

Please sign in to comment.