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