Markdown Toolbox Logo Markdown Toolbox
Home
Blog

Markdown Toolbox - Easily convert Markdown to other formats | Product Hunt

How do I color text in markdown?

Tuesday, November 28, 2023

There isn't a built in way to underline. If html is supported you can use the <span style="color: blue;"> and </span> around your paragraph to center the item.

<span style="text-color: blue;">Here is blue text</span>

Here is blue text