Suddenly my forums chat text turned green

I stumbled upon this by accident.

If you put ~~~,
enter a new line before a text (and again enter a new line after text)
and type —,
suddenly the text in the forums chat turns green.

Does anyone know more of this combi’s that do a primitive format like this?

Like this you mean?

~~~

nonsense text

—

which produces this:


nonsense text

—

I think you have stumbled over code colouring aka Syntax Highlighting in preformatted text.
It seems that three tildes (~) have the same effect as three backticks (`), and I think the “—” has no effect.

print 'Hello, world!
pre code {
  font-size: var(--font-down-1);
}

4 Likes

Yeah, this looks exactly like what I encountered.
Thanks, Tom.

3 Likes

That’s just code syntax highlight.

Have Fun: GG
3 Likes