Feature Request: Add Coloring Options to Text

Continuing the discussion from Everything to know about formatting a post:

So currently the only text coloring option available to users are the <mark>, <ins>, and <del> HTML tags. I would like some more options aside from this since they can conflict with what is displayed in edit history.

From my understanding, allowing the <span> tag is a horrible idea since it can be used to hide text (both visible and nonvisible), phishing scams, and maybe breaks the UI when used. BBCode seems for safe overall, but I can imagine it being abused as well.

Format Markdown BBCode HTML Rendered Result
Color Not supported [color=red]Text[/color] <span style="color:red;">Text</span> :multiply:
Thoughts?
  • I like it
  • Indifferent
  • I don’t like it
0 voters

This topic was automatically closed after 7 days. New replies are no longer allowed.