No hay sintaxis para subrayar en Markdown. Para usar el comando de subrayado, podemos usar la sintaxis HTML para subrayar el texto en Markdown. El subrayado se utiliza para resaltar enlaces en Markdown. Por lo tanto, para evitar confusiones, Markdown no lo utiliza para subrayar el texto.
Subrayar usando HTML
El subrayado usando HTML no es aplicable en editores en línea. Pero podemos usarlo en el código de Visual Studio.
Sintaxis
....
El texto se inserta entre la etiqueta y subrayado.
Dónde,
U significa subrayado
Por ejemplo,
Text
Producción :
Text
Ejemplos
Analicemos un ejemplo basado en subrayado en Markdown usando etiquetas HTML.
Ejemplo 1:
The underline tag in Markdown using HTML can be only implemented in visual studio . It does not work in online Markdown editors. If underline is used in any online editor (for example, Dillinger), it will considered it as a normal text, which will be the same syntax as the input.
Producción:
The underline tag in Markdown using HTML can be only implemented in visual studio . It does not work in online Markdown editors. If underline is used in any online editor (for example, Dillinger), it will considered it as a normal text, which will be the same syntax as the input.