logo

Subratlla a Markdown

No hi ha una sintaxi per al subratllat a Markdown. Per utilitzar l'ordre subratllat, podem utilitzar la sintaxi HTML per subratllar el text a Markdown. Els subratllats s'utilitzen per ressaltar els enllaços a Markdown. Per tant, per evitar confusions, Markdown no l'utilitza per subratllar el text.

Subratlla amb HTML

El subratllat amb HTML no s'aplica als editors en línia. Però, podem utilitzar-lo en codi d'estudi visual.

Sintaxi

 .... 

El text s'insereix entre l'etiqueta i subratllat.

On,

U significa subratllat

Per exemple,

 Text 

Sortida :

 Text 

Exemples

Parlem d'un exemple basat en el subratllat a Markdown mitjançant l'etiqueta HTML.

Exemple 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. 

Sortida:

 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.