Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>p7d-markdown-it-footnote-hereNew to Visual Studio Code? Get it now.
p7d-markdown-it-footnote-here

p7d-markdown-it-footnote-here

peaceroad

|
96 installs
| (0) | Free
adds aside[role|doc-footnote] element just below the footnote reference paragraph.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vsce-p7d-markdown-it-footnote-here

This extension inserts footnotes just below paragraph in VS Code's built-in markdown preview.

The input Markdown and the output HTML are as follows.

You write the following Markdown.

A paragraph.[^1]

[^1]: A footnote.

A paragraph.

In VS Code's built-in markdown preview, the value of the class attribute is added as follows.

<p>A paragraph.<a href="#fn1" id="fn-ref1" class="fn-noteref" role="doc-noteref">[1]</a></p>
<aside id="fn1" class="fn" role="doc-footnote">
<p><a href="#fn-ref1" class="fn-backlink" role="doc-backlink">[1]</a> A footnote.</p>
</aside>
<p>A paragraph.</p>

This extension has a simple CSS to layout the footnotes.

Figure


Notice. You can remove the CSS that this extension applies by checking "P7d Markdown It Footnote Here: Disable Style" of the user settings.


Use

It cannot coexist with VSCode's default footnote processing. Therefore, before using this extension, turn off the default footnote processing. (Set VSCode Option -> Markdown Extended: Disabled Plugins: 'footnote')

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft