脚注を使用すると、文書の外観に影響を与えることなく、注記や参照を指定できます。という形の記号として表されます。 上付き文字 その後に数字/単語が続きます。脚注を指定すると、参照リンクとして上付きの番号が表示され、ユーザーがページの下部にリダイレクトされます。
Markdown で脚注を作成するには、角括弧内に数字を追加し、その後にキャレット記号 (^) を追加します。
例えば、
[^1]
を指定することもできます。 数/単語 識別子として使用できますが、タブやスペースは使用できません。脚注は、ページの下部に注または参照が表示されるテキストで表されます。これは文書の外観には影響せず、連続して表示されます。脚注は一般的に次のことを表します 辞書の単語 そしてその意味やその他 追加情報 書類以外で。
例
脚注に基づいて 2 つの例について説明します。
例 1:
Here's a first footnote [^1] and here's the second number footnote [^2]. We can also insert a third number footnote [^3]. There can be multiple footnotes in a document. [^1]: This is the first number footnote. [^2]: This is the first number footnote. [^3]: This is the first number footnote.
出力:
これらの脚注の説明はページの下部に表示されます。ページを一番下までスクロールするか、特定の脚注をクリックすることができます。
下部は次のように表示されます。
例の出力はオンライン エディターに基づいています。他の Markdown エディターまたは Visual Studio コードでも同じ出力を試すことができます。
例 2:
Markdown is a simple and easy plaintext [^1] language. It does not use any fancy [^2] commands. [^1]: Plaintext refers to the language that is not written in the encrypted form. It is easy to understand. [^2]: Fancy refers to the advance commands that makes the document more attractive.
出力:
これらの脚注の説明はページの下部に表示されます。