Back to Homepage
Wednesday 19 February 2025
3

How to Underline in Markdown

Underlining text in Markdown is not a native feature supported by all processors. However, you can underline text using HTML. Place the text you want to underline inside the <u> tag.

Method to Underline in Markdown

To underline text in Markdown, simply insert the desired text between the HTML <u></u> tags. For example, to underline the word "important," write:

<u>important</u>

The text will appear as important in most Markdown viewers that support HTML.

Hashtags:
markdown
Share:
Created by:
Author photo

Jorge García

Fullstack developer