markdown title color code example
Example 1: give red color text in markdown
<span style="color: red;">text</span>
Example 2: markdown color
// Via HTML:
<span style="color:red">some *red* text</span>.
<span style="color: red;">text</span>
// Via HTML:
<span style="color:red">some *red* text</span>.