Use the new strikethrough syntax in the quick format bar

This commit is contained in:
Joshua Goins
2025-05-08 14:51:48 -04:00
parent 4757ac11dc
commit e232501715

View File

@@ -63,8 +63,8 @@ QQC2.Popup {
onClicked: {
const format = {
start: "<del>",
end: "</del>",
start: "~~",
end: "~~",
extra: ""
};
formattingSelected(format, selectionStart, selectionEnd);