Changes

241 bytes added ,  16:25, 1 February 2023
+ tag s
Line 31: Line 31:  
pre: "{{Style S-Double underline|",
 
pre: "{{Style S-Double underline|",
 
post: "}}"
 
post: "}}"
 +
}
 +
}
 +
},
 +
"strike_out": {
 +
label: 'Strike out',
 +
type: 'button',
 +
icon: '//upload.wikimedia.org/wikipedia/commons/c/c9/Button_strike.png',
 +
action: {
 +
type: 'encapsulate',
 +
options: {
 +
pre: "<s>",
 +
post: "</s>"
 
}
 
}
 
}
 
}