strikeout?

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
strikeout?
by on (#97797)
Any chance I might be able to get a strikeout bbcode? I'd like to be able to mark things as mistakes in posts without completely removing them, making subsequent replies nonsensical.
Re: strikeout?
by on (#97801)
that is a very bad idea! hehe, that would come in quite handy eh
Re: strikeout?
by on (#97804)
Thank you!
Re: strikeout?
by on (#97808)
I also added the [strike] tag, since I figured that might be simpler/shorter for people. Kinda like how I added the [centre] tag even though per CSS it's center (e.g. "text-align: center;"). But anyway... :-)
Re: strikeout?
by on (#97809)
I also added a "tt" tag, so that you can have inline monospace text to represent some code bits like LDA #$6f.
Re: strikeout?
by on (#97857)
This is very good thank you for add such codes!!