Raman the Shaman

Ekklesian

Well-known member
Doctor
Elect
Joined
May 17, 2021
Messages
3,160
Reaction score
684
Points
113
Location
Western Hemisphere
Last edited:
Not sure how the strike through got in there. I'm on my phone. I'll fix it later.
 
Not sure how the strike through got in there. I'm on my phone. I'll fix it later.

[s] tags indicate strikethrough. Unfortunately there's no way to escape the brackets other than putting it in a code block (which looks funny), so the occasional interpolation gets accidentally misinterpreted as markup.

I fix it by inserting an empty set of [i][/i] tags between the opening bracket and the S or QUOTE or whatever it is:

all sort[[i][/i]s]

And if you think that's complicated, here's what I had to do in BBCode to display it:

Code:
[b]all sort[[[i][/i]i][[i][/i]/i]s][/b]

Recursion is evil.
 
Last edited:
Top