View Single Post
Old 08-15-2022, 12:55 PM   #43
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
@DaveLessnau

If you only need to format a handful of words as strikethrough text, you could hard-code them using a special Unicode character:

Combining Long Stroke Overlay (U+0336)


For example:
Code:
<p>This is s&#x0336;t&#x0336;r&#x0336;i&#x0336;k&#x0336;e&#x0336;t&#x0336;h&#x0336;r&#x0336;o&#x0336;u&#x0336;g&#x0336;h text.</p>
Obviously, this isn't a perfect solution.
Doitsu is offline   Reply With Quote