Use the new strikethrough syntax in the quick format bar
This commit is contained in:
@@ -63,8 +63,8 @@ QQC2.Popup {
|
||||
|
||||
onClicked: {
|
||||
const format = {
|
||||
start: "<del>",
|
||||
end: "</del>",
|
||||
start: "~~",
|
||||
end: "~~",
|
||||
extra: ""
|
||||
};
|
||||
formattingSelected(format, selectionStart, selectionEnd);
|
||||
|
||||
Reference in New Issue
Block a user