chiark / gitweb /
Stop using ~ around struck-out text.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 13:40:26 +0000 (13:40 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 13:40:26 +0000 (13:40 +0000)
commit92668713119f2f70d5b90193edfb2fc01b77f0de
tree9002e04b6509f354adf3a4ce7924e70f877aca7b
parent80031a39b9d6838ba0751e5b468f87a11cc4f17b
Stop using ~ around struck-out text.

Apparently html2text is completely happy to render strikeout via
U+0336 COMBINING LONG STROKE OVERLAY, and needs no support from the
terminal escape-sequence system at all. So I don't need an artificial
indication that it happened.
src/html.rs