Skip to main content

I know the possibilities of headers, italics and bold in creating the workspace app, however I was thinking it would be also nice to give some text different colors. I was trying the markup code from the following stackoverflow link, however the text didn't appear in color on the workspace app 😞. So I was wondering whether it's possible to style text in color in the workspace app.

 

I tried the following methods:

<span style="color:blue">some *blue* text</span>.

$\\color{color-code}{your-text-here}$

 

<font color="red">This text 123</font>

 


<font color="red">This text 123</font>

 

This works like a gem! Thank you


Reply