diff --git a/src/app/qml/QuickFormatBar.qml b/src/app/qml/QuickFormatBar.qml index 115ea70ab..a11f1a9ce 100644 --- a/src/app/qml/QuickFormatBar.qml +++ b/src/app/qml/QuickFormatBar.qml @@ -63,8 +63,8 @@ QQC2.Popup { onClicked: { const format = { - start: "", - end: "", + start: "~~", + end: "~~", extra: "" }; formattingSelected(format, selectionStart, selectionEnd);