change the markdown text color in jupyter notebook code example
Example 1: jupyter markdown red color
$\color{red}{\text{Text Message}}$
Example 2: python jupyter markdown color
I am a <font color='red'>red</font> apple.
# Warning : deprecated by HTML5, but the only one usable on a jupyter notebook.