mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
FIX: use * when apply italics in the editor instead of _ (#7063)
This commit is contained in:
@@ -80,7 +80,7 @@ class Toolbar {
|
||||
icon: "italic",
|
||||
label: getButtonLabel("composer.italic_label", "I"),
|
||||
shortcut: "I",
|
||||
perform: e => e.applySurround("_", "_", "italic_text")
|
||||
perform: e => e.applySurround("*", "*", "italic_text")
|
||||
});
|
||||
|
||||
if (opts.showLink) {
|
||||
|
||||
Reference in New Issue
Block a user