Hi guys, really noob question, but the streamlit documentation Iāve been reading on colored text doesnāt seem to work.
st.write("This is :blue[test]")
Returns the exact string instead of āThis is testā with test being colored blue.
However, emojis and typography work just fine. What am I doing wrong?