How to strikethrough text with code?

Why not just putting a around the whole thing?
It’s not the cleanest html. But hey, it works (and keeps the original markup).

$w . onReady ( function () {
let orig_html = $w ( “#text56” ). html ;
$w ( “#text56” ). html = ‘’ + orig_html + ‘’ ;
});