V Markdown není žádná syntaxe pro podtržení. Chcete-li použít příkaz podtržení, můžeme použít syntaxi HTML k podtržení textu v Markdown. Podtržení se používají ke zvýraznění odkazů v Markdown. Aby nedošlo k záměně, Markdown jej nepoužívá k podtržení textu.
shloka mehta
Podtrhněte pomocí HTML
Podtržení pomocí HTML nelze použít v online editorech. Ale můžeme to použít v kódu vizuálního studia.
Syntax
....
Text je vložen mezi značku a podtržení.
java tuple
Kde,
U znamená podtržení
Například,
Text
Výstup :
java je instanceof
Text
Příklady
Pojďme diskutovat o příkladu založeném na podtržení v Markdown pomocí HTML tagu.
Příklad 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.
Výstup:
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.