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.
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.
Jorge García
Fullstack developer