Markdown には下線の構文はありません。下線コマンドを使用するには、HTML 構文を使用して Markdown のテキストに下線を引くことができます。下線は、Markdown でリンクを強調表示するために使用されます。したがって、混乱を避けるために、Markdown ではテキストに下線を引くためにこれを使用しません。
HTMLを使用した下線
HTML を使用した下線は、オンライン エディターでは適用できません。ただし、Visual Studio コードでは使用できます。
構文
....
テキストは と 下線タグの間に挿入されます。
どこ、
Uは下線を意味します
パンダの軸
例えば、
Text
出力 :
Text
例
HTMLタグを使用したMarkdownの下線に基づいた例について説明します。
例 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.
出力:
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.