Markdown Toolbox Logo Markdown Toolbox
Home
Blog

How do I color text in markdown?

2023-11-28

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